Skip to content

Commit

Permalink
Merge pull request #416 from AstarVienna/hb/fixscopesimdatainstallation
Browse files Browse the repository at this point in the history
Install ScopeSim_Data in the poetry environment
  • Loading branch information
hugobuddel committed May 20, 2024
2 parents fecdb7c + c707f1a commit 843ff9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
poetry install --with test --with dev --all-extras
pip install git+https://github.com/AstarVienna/ScopeSim_Data.git
poetry run pip install git+https://github.com/AstarVienna/ScopeSim_Data.git
- name: Run notebooks
env:
Expand Down
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build:
# VIRTUAL_ENV needs to be set manually for now.
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry run pip install git+https://github.com/AstarVienna/ScopeSim_Data.git

sphinx:
configuration: docs/source/conf.py
Expand Down

0 comments on commit 843ff9d

Please sign in to comment.