Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 7b3446f

Browse files
author
Matthias Koeppe
committed
.github/workflows/tox-optional.yml: Test packages factor 'maximal'
1 parent 84edb00 commit 7b3446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox-optional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
fail-fast: false
7979
matrix:
8080
tox_system_factor: [homebrew-macos-python2, homebrew-macos, homebrew-macos-python3_xcode, homebrew-macos-python3_xcode-nokegonly, homebrew-macos-python3_pythonorg, conda-forge-macos]
81-
tox_packages_factor: [minimal, standard]
81+
tox_packages_factor: [maximal]
8282
env:
8383
TOX_ENV: local-${{ matrix.tox_system_factor }}-${{ matrix.tox_packages_factor }}
8484
LOGS_ARTIFACT_NAME: logs-commit-${{ github.sha }}-tox-local-${{ matrix.tox_system_factor }}-${{ matrix.tox_packages_factor }}

0 commit comments

Comments
 (0)