Skip to content

Commit

Permalink
Merge pull request #68 from pyt-team/ninamiolane-api-mysteries
Browse files Browse the repository at this point in the history
Add full installation of package to compile docs
  • Loading branch information
ninamiolane authored Jun 4, 2024
2 parents c501f9f + 82fe2fb commit 46daccd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
cache-dependency-path: "pyproject.toml"
- name: Install dependencies [pip]
run: |
pip install --upgrade pip setuptools wheel
pip install -e .[doc]
pip install torch==${{ matrix.torch-version}} --extra-index-url https://download.pytorch.org/whl/cpu
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
source env_setup.sh
- name: Install Pandoc [apt-get]
run: |
sudo apt-get -y install pandoc
Expand Down

0 comments on commit 46daccd

Please sign in to comment.