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 52b6a95 commit 8450f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Install dependencies
run: |
pip install -e ./models[all,tests] -e ./graphs[all,tests] -e ./training[all,tests]
PACKAGES="-e ./training[all,tests] -e ./graphs[all,tests] -e ./models[all,tests]"
pip install $PACKAGES
- name: Run integration tests
run: |
Expand Down

0 comments on commit 8450f4d

Please sign in to comment.