Skip to content

Commit

Permalink
exp3
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Nov 28, 2024
1 parent eb07e29 commit 6c07bf5
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
os: [macos-latest-large]
python_version: ['3.8', '3.9', '3.10', '3.11']
timeout-minutes: 120
steps:
Expand All @@ -29,8 +29,8 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "1.17.7"
- if: matrix.os == 'macos-latest'
name: Install dependencies (macos-latest)
- if: matrix.os == 'macos-latest-large'
name: Install dependencies (macos-latest-large)
run: |
pip install tomte[tox]==0.2.13
brew install gcc
Expand All @@ -51,15 +51,10 @@ jobs:
ipfs init
mkdir ~/.config/solana
echo "[6,206,143,203,220,22,227,247,237,23,114,181,56,70,53,98,224,64,192,221,134,115,153,146,252,81,8,41,237,224,225,176,195,11,129,62,207,146,39,47,172,98,101,87,102,166,105,202,33,169,134,76,27,149,148,68,4,15,215,47,196,227,216,48]" > ~/.config/solana/id.json
- if: True
name: Framework unit tests
- name: Plugin unit tests
run: |
tox -e py${{ matrix.python_version }} -- -m 'not integration and not unstable and not profiling'
tox -e plugins-py${{ matrix.python_version }} -- -m 'not integration and not unstable and not profiling'
- name: Packages unit tests
run: |
tox -e packages-py${{ matrix.python_version }} -- -m 'not integration and not unstable and not profiling'
- name: Plugin unit tests
run: |
tox -e plugins-py${{ matrix.python_version }} -- -m 'not integration and not unstable and not profiling'

0 comments on commit 6c07bf5

Please sign in to comment.