Skip to content

Commit

Permalink
fix: CI failing with `ModuleNotFoundError: No module named 'examples'…
Browse files Browse the repository at this point in the history
…` error (#626)
  • Loading branch information
wesk committed Apr 17, 2023
1 parent e28b555 commit 090bf07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-syne-tune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
cache: 'pip'
- name: Install Syne Tune
run: |
python -m pip install wheel
python -m pip install --upgrade pip
python -m pip install -e '.[extra]'
- name: Run optional custom command
Expand Down

0 comments on commit 090bf07

Please sign in to comment.