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: