From 83c859276b55245ec78e8f5b980917e669e2a26c Mon Sep 17 00:00:00 2001 From: clintval Date: Thu, 8 Aug 2024 09:22:37 -0700 Subject: [PATCH] chore: try removing the environment to make less noisy --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 425e112..b85287d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,6 @@ env: jobs: unit-tests: runs-on: ubuntu-latest - environment: github-action-ci strategy: matrix: PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11"]