Skip to content

Commit

Permalink
setup github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Aug 25, 2024
1 parent 89e8dbf commit 8ff1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip -e[dev]
python -m pip install -e[dev]
- name: Test with pytest
run: |
pytest

0 comments on commit 8ff1950

Please sign in to comment.