Skip to content

Commit

Permalink
remove unused environment and remove some python version to reduce am…
Browse files Browse the repository at this point in the history
…ount of tests workflows #21
  • Loading branch information
jh-RLI committed Aug 16, 2023
1 parent 39ab8ca commit 757bc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 757bc11

Please sign in to comment.