From c774f338366755e99500508be39da640585a8a2f Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Tue, 9 Jul 2024 13:03:43 +0100 Subject: [PATCH] amend --- .github/workflows/benchmarks.yml | 2 ++ .github/workflows/nightly_build.yml | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 4130f77ca..0ddd15655 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -25,6 +25,8 @@ jobs: steps: - uses: actions/checkout@v3 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 - uses: actions/setup-python@v4 with: diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_build.yml index 5c9c2241f..eda1d2e2b 100644 --- a/.github/workflows/nightly_build.yml +++ b/.github/workflows/nightly_build.yml @@ -47,6 +47,8 @@ jobs: - name: Checkout tensordict uses: actions/checkout@v3 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 - name: Install PyTorch nightly run: | @@ -94,6 +96,8 @@ jobs: - name: Checkout tensordict uses: actions/checkout@v3 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 - name: Download built wheels uses: actions/download-artifact@v4 @@ -139,6 +143,8 @@ jobs: - name: Checkout tensordict uses: actions/checkout@v3 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 - name: Install PyTorch Nightly run: | @@ -202,6 +208,8 @@ jobs: - name: Checkout tensordict uses: actions/checkout@v3 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 - name: Install PyTorch nightly shell: bash @@ -243,6 +251,8 @@ jobs: - name: Checkout tensordict uses: actions/checkout@v3 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 - name: Install PyTorch Nightly shell: bash @@ -301,6 +311,8 @@ jobs: - name: Checkout tensordict uses: actions/checkout@v3 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 - name: Download built wheels uses: actions/download-artifact@v4