From 87e7088578ca6e957bb637741ab21906250791a2 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Tue, 10 Dec 2024 15:55:41 +0100 Subject: [PATCH] try to remove ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION --- .github/workflows/pip-build-linux.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pip-build-linux.yml b/.github/workflows/pip-build-linux.yml index ddf6612ef..2bfa253ad 100644 --- a/.github/workflows/pip-build-linux.yml +++ b/.github/workflows/pip-build-linux.yml @@ -2,10 +2,6 @@ name: pip build linux on: [push, pull_request] -# Temporary workaround to allow node16 -env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true - jobs: build: name: build pip wheel