Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg authored Dec 19, 2023
1 parent a315886 commit f7e131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install .
pip install -e .
- name: Install test dependencies
run: pip install -r requirements.txt
- name: pytest
Expand Down

0 comments on commit f7e131e

Please sign in to comment.