Skip to content

Commit

Permalink
Clean tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Aug 2, 2023
1 parent 77cea1b commit 460052a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
cd tests
pip install -r requirements.txt
cd ..
pip install -r tests/requirements.txt
- name: Test types with mypy
continue-on-error: true
Expand Down

0 comments on commit 460052a

Please sign in to comment.