Skip to content

Commit

Permalink
Test BMI with older Python for pymt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Mar 22, 2024
1 parent d3ccb2b commit a8513f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
nox -s test --python ${{ matrix.python-version }}
- name: Test BMI
if: ${{ matrix.python-version == '3.12' }}
if: ${{ matrix.python-version == '3.10' }}
run: |
nox -s test-bmi --python ${{ matrix.python-version }}
Expand Down

0 comments on commit a8513f9

Please sign in to comment.