From 757bc117c2e2317d4451ffc391d3ed27c7f1e187 Mon Sep 17 00:00:00 2001 From: jh-RLI Date: Wed, 16 Aug 2023 18:32:03 +0200 Subject: [PATCH] remove unused environment and remove some python version to reduce amount of tests workflows #21 --- .github/workflows/automated-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated-testing.yml b/.github/workflows/automated-testing.yml index df2d184..2528204 100644 --- a/.github/workflows/automated-testing.yml +++ b/.github/workflows/automated-testing.yml @@ -18,12 +18,12 @@ jobs: # fail-fast: false matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.7, 3.8, 3.9, '3.10'] + python-version: [3.7, 3.9] # you can separate the tox-envs in different .yml files # see version 0.10.1 # https://github.com/joaomcteixeira/python-project-skeleton/releases/tag/v0.10.1 # below the list of tox envs that you wish to include in the matrix - tox-envs: [docs, lint, build, test, pr] + tox-envs: [lint, test] # workaround to ignore 'pr' when merging to main # see: https://github.community/t/how-to-conditionally-include-exclude-items-in-matrix-eg-based-on-branch/16853/6 isMerge: