From 39c42104e8ef1f343c729c379ec7343480225553 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov Date: Fri, 31 May 2024 11:12:43 +0100 Subject: [PATCH] Removed manual setting of GITHUB_ACTIONS --- .github/workflows/test_and_deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 4c58a5f..f8e29f0 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -32,7 +32,6 @@ jobs: runs-on: ${{ matrix.os }} env: KERAS_BACKEND: torch - GITHUB_ACTIONS: true strategy: fail-fast: false matrix: