Skip to content

Commit

Permalink
ci: update run_tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Mar 13, 2024
1 parent a384a00 commit 659e6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
os: [ubuntu-latest, macos-latest, macos-14]
py: ['3.8', '3.9', '3.10', '3.11', '3.12']
name: Python ${{ matrix.py }} on ${{ matrix.os }}
if: (! ((startsWith(matrix.py, '3.8') || startsWith(matrix.py, '3.9')) && startsWith(matrix.os, 'macos-14')))
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -20,7 +21,6 @@ jobs:
7z x demo01_data.zip
mv demo01_fibers.tck demo01_data
- name: Set up Python ${{ matrix.py }}
if: (! ((startsWith(matrix.py, '3.8') || startsWith(matrix.py, '3.9')) && startsWith(matrix.os, 'macos-14')))
uses: actions/[email protected]
with:
python-version: ${{ matrix.py }}
Expand Down

0 comments on commit 659e6af

Please sign in to comment.