Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Jan 3, 2025
1 parent 1534a44 commit 81fa429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ".[all]"
python -m pip install ".[dev]"
- name: Test with pytest
run: |
python -m pytest

0 comments on commit 81fa429

Please sign in to comment.