Skip to content

Commit

Permalink
Fix install target.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Dec 14, 2024
1 parent 884439e commit 1007a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ jobs:
- name: Test
run: |
${{ matrix.venv_activate }}
python -m pip install "${SRC_DIST}"'[test_minimal]'
python -m pip install "${SRC_DIST}"'[test]'
pytest src/tests/

0 comments on commit 1007a23

Please sign in to comment.