Skip to content

Commit

Permalink
chore(python-package.yml): Fix test install
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizhiy committed Dec 18, 2023
1 parent c8b4462 commit aaae76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install ".[test]"
pip install -e ".[test]"
- name: Test with pytest
run: |
pytest .

0 comments on commit aaae76f

Please sign in to comment.