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" ]