Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Dec 19, 2024
1 parent 2e0a86d commit 540d4be
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ jobs:
["3.12", "cp312-cp312"],
]
cuda_support: [["", "cpu", "cpu"]]
env:
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # https://github.com/actions/checkout/issues/1809
container: pytorch/manylinux-${{ matrix.cuda_support[2] }}
container: pytorch/manylinux-builder
steps:
- name: Checkout tensordict
uses: actions/checkout@v4
Expand Down Expand Up @@ -90,11 +86,7 @@ jobs:
["3.12", "cp312-cp312"],
]
cuda_support: [["", "cpu", "cpu"]]
env:
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # https://github.com/actions/checkout/issues/1809
container: pytorch/manylinux-${{ matrix.cuda_support[2] }}
container: pytorch/manylinux-builder
steps:
- name: Checkout tensordict
uses: actions/checkout@v4
Expand All @@ -121,10 +113,6 @@ jobs:
if: github.repository_owner == 'pytorch'
needs: build-wheel-linux
runs-on: ubuntu-20.04
env:
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # https://github.com/actions/checkout/issues/1809
strategy:
matrix:
python_version: [
Expand Down Expand Up @@ -197,10 +185,6 @@ jobs:
["3.11", "3.11"],
["3.12", "3.12"],
]
env:
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # https://github.com/actions/checkout/issues/1809
steps:
- name: Setup Python
uses: actions/setup-python@v2
Expand Down Expand Up @@ -239,10 +223,6 @@ jobs:
["3.11", "3.11"],
["3.12", "3.12"],
]
env:
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # https://github.com/actions/checkout/issues/1809
steps:
- name: Setup Python
uses: actions/setup-python@v2
Expand Down Expand Up @@ -302,10 +282,6 @@ jobs:
["3.11", "3.11"],
["3.12", "3.12"],
]
env:
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # https://github.com/actions/checkout/issues/1809
steps:
- name: Checkout tensordict
uses: actions/checkout@v4
Expand Down

0 comments on commit 540d4be

Please sign in to comment.