From a6255910e992391191494faf63982cee4ff0e968 Mon Sep 17 00:00:00 2001 From: skelmis Date: Sun, 15 Jun 2025 14:50:05 +1200 Subject: [PATCH] Test removing env --- .github/workflows/pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index bd7382a..ee09732 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -10,7 +10,6 @@ on: jobs: behave: runs-on: ubuntu-latest - environment: test strategy: matrix: python-version: [ "3.10", "3.11", "3.12", "3.13" ] @@ -33,7 +32,6 @@ jobs: pytest: runs-on: ubuntu-latest - environment: test strategy: matrix: python-version: [ "3.10", "3.11", "3.12", "3.13" ]