Skip to content

Commit

Permalink
Bad pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Feb 5, 2024
1 parent ec39a3b commit 6b85261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Python packages
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements_dev.txt -c constraints.txt
pip install .[test]
- name: Run serial-cpu tests
run: |
pytest -x tests
Expand Down

0 comments on commit 6b85261

Please sign in to comment.