Skip to content

Commit

Permalink
[BugFix] Fix builds (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Jul 3, 2024
1 parent a4ccecf commit 53cdc61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
["3.12", "cp312-cp312"],
]
cuda_support: [["", "cpu", "cpu"]]
container: pytorch/manylinux-cuda116
container: pytorch/manylinux-cuda121
steps:
- name: Checkout tensordict
uses: actions/checkout@v2
Expand All @@ -51,6 +51,7 @@ jobs:
- name: Install PyTorch nightly
run: |
export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
python3 -c """import sys;print(sys.version)"""
python3 -mpip install --pre torch --extra-index-url https://download.pytorch.org/whl/nightly/${{ matrix.cuda_support[1] }}
- name: Build tensordict Nightly
run: |
Expand Down

0 comments on commit 53cdc61

Please sign in to comment.