Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidham3 committed Dec 21, 2024
1 parent c87d76a commit 6796c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs_vtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
python -m pip install "dist/trajdl-0.1.0-cp312-cp312-linux_x86_64.whl[docs]"
python -m pip install "dist/trajdl-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl[dev]"
- name: Cache datasets
id: cache-datasets
Expand Down

0 comments on commit 6796c60

Please sign in to comment.