From 7f046bfdd27c629eb95ed3593e4fcca860b4cca2 Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Tue, 9 Jul 2024 13:09:55 +0100 Subject: [PATCH] final --- .github/workflows/benchmarks.yml | 4 ---- .github/workflows/nightly_build.yml | 20 -------------------- 2 files changed, 24 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 0ddd15655..d7a8ab9c9 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -24,10 +24,6 @@ jobs: runs-on: ubuntu-20.04 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: python-version: 3.8 diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_build.yml index cfac7cc33..4c4bb23ee 100644 --- a/.github/workflows/nightly_build.yml +++ b/.github/workflows/nightly_build.yml @@ -96,10 +96,6 @@ jobs: steps: - 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 with: @@ -143,10 +139,6 @@ jobs: AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache" - 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: | export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH" @@ -208,10 +200,6 @@ jobs: python-version: ${{ matrix.python_version[1] }} - 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 run: | @@ -251,10 +239,6 @@ jobs: python-version: ${{ matrix.python_version[1] }} - 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 run: | @@ -311,10 +295,6 @@ jobs: steps: - 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 with: