Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulSimpetru committed Oct 2, 2024
1 parent 37cd706 commit 61ccdf6
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 410 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libegl1-mesa libgl1-mesa-glx
python -m pip install --upgrade pip
python -m pip install poetry
sed -i '25,26d' pyproject.toml
rm poetry.lock
poetry install --with docs
pip install torch torchvision --upgrade
- name: Build the docs
run: |
Expand Down
Loading

0 comments on commit 61ccdf6

Please sign in to comment.