Skip to content

Commit

Permalink
Update test.python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper authored May 14, 2024
1 parent 95e7d4d commit a359d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip install pytest pytest-cov
python3 -m pip install pytest pytest-cov setuptools
python3 -m pip install -e .
- name: Run tests
run: |
Expand Down

0 comments on commit a359d74

Please sign in to comment.