Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jul 9, 2024
1 parent 6c1908f commit f791004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Checkout torchrl
uses: actions/checkout@v3
- name: Download built wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: torchrl-linux-${{ matrix.python_version[0] }}_${{ matrix.cuda_support[2] }}.whl
path: /tmp/wheels
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
python3 -mpip install numpy pytest pillow>=4.1.1 scipy networkx expecttest pyyaml
- name: Download built wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: torchrl-linux-${{ matrix.python_version[0] }}_${{ matrix.cuda_support[2] }}.whl
path: /tmp/wheels
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
run: |
python3 -mpip install git+https://github.com/pytorch/tensordict.git
- name: Download built wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: torchrl-win-${{ matrix.python_version[0] }}.whl
path: wheels
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
- name: Checkout torchrl
uses: actions/checkout@v3
- name: Download built wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: torchrl-win-${{ matrix.python_version[0] }}.whl
path: wheels
Expand Down

0 comments on commit f791004

Please sign in to comment.