Skip to content

Commit

Permalink
Fix bug with installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Sep 26, 2023
1 parent aad50e4 commit 4eee3aa
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 @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev_requirements.txt
pip install -e ".[dev]"
- name: Test with pytest
run: |
python -m pytest

0 comments on commit 4eee3aa

Please sign in to comment.