Skip to content

Commit

Permalink
minor workflow bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AadilLatif committed Mar 25, 2024
1 parent 37b62a3 commit 9d7cf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install '.[dev]'
python -m pip install -e '.[dev]'
- name: Run pytests
run: |
python -m pytest -v --disable-warnings

0 comments on commit 9d7cf2e

Please sign in to comment.