Skip to content

Commit

Permalink
Used the right [extra] to also get palaso
Browse files Browse the repository at this point in the history
  • Loading branch information
n7s committed Jun 26, 2024
1 parent 3ecb01f commit 3c0f3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run pytest tests
run: |
python3 tests/setuptestdata.py
python3 -m pip install .
python3 -m pip install .[git]
pytest --full-trace -v
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 3c0f3f0

Please sign in to comment.