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 e7ca300 commit acc8ad9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/extraction_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install openai==1.5.0
pip install pm4py~=2.7.10.3
pip install pandas~=2.2.1
pip install numpy~=1.26.4
- name: Run extraction tests
run: python tracex_project/manage.py test tracex_project/extraction

0 comments on commit acc8ad9

Please sign in to comment.