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 c29157a commit b555d1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Install dependencies
run: |
cd training & pip install -e .
cd ../models & pip install -e .
cd ../graphs & pip install -e .
cd training && pip install -e .
cd ../models && pip install -e .
cd ../graphs && pip install -e .
- name: Run integration tests
run: |
Expand Down

0 comments on commit b555d1e

Please sign in to comment.