Skip to content

Commit

Permalink
rename test-requirement in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakaria-Latif committed Sep 30, 2024
1 parent 324b4e8 commit 076dcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies.
run: |
python -m uv pip install -r requirements.txt
python -m uv pip install -r tests/requirements.txt
python -m uv pip install -r tests/test-requirements.txt
- name: Runnning tests with pytest.
run: |
set -o pipefail
Expand Down

0 comments on commit 076dcce

Please sign in to comment.