Skip to content

Commit

Permalink
actually run correct test (should fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Sep 24, 2023
1 parent 0b549bd commit 5d53524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install tomli
eval "python -m pip install $(./bin/min_dependencies.py)"
eval "python -m pip install $(./bin/latest_dependencies.py)"
python -m pip install -e ".[test]"
- name: Test with pytest
Expand Down

0 comments on commit 5d53524

Please sign in to comment.