Skip to content

Commit

Permalink
🐛 fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PitButtchereit committed Apr 2, 2024
1 parent a124bee commit e7ca300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extraction_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requirements.txt
pip install -r requirements.txt
- name: Run extraction tests
run: python tracex_project/manage.py test tracex_project/extraction

0 comments on commit e7ca300

Please sign in to comment.