Skip to content

Commit

Permalink
Fix mistakes in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Nov 10, 2024
1 parent 9c0fe7e commit 202db52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ jobs:
pytest
- name: Test BMI
if: ${{ matrix.python-version == '3.12' }} and matrix.os != 'windows-latest'
if: ${{ matrix.python-version == '3.12' }} && matrix.os != 'windows-latest'
run: |
make test-bmi
- name: Run examples
if: matrix.os != 'windows-latest'
working-directory: ${{ github.workspace }}/examples
if: matrix.os != 'windows-latest'
run: |
python debug.py

0 comments on commit 202db52

Please sign in to comment.