Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Feb 21, 2025
1 parent a54a0a5 commit 52b6a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e ./training[all,tests] -e ./graphs[all,tests] -e ./models[all,tests]
pip install -e ./models[all,tests] -e ./graphs[all,tests] -e ./training[all,tests]
- name: Run integration tests
run: |
Expand Down

0 comments on commit 52b6a95

Please sign in to comment.