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 fd56333 commit b731bc4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:

- name: Install dependencies
run: |
pip install -e [training].
pip install -e [models].
pip install -e [graphs].
cd anemoi-training & pip install -e .
cd ../anemoi-models & pip install -e .
cd ../anemoi-graphs & pip install -e .
- name: Run integration tests
run: |
Expand Down

0 comments on commit b731bc4

Please sign in to comment.