Skip to content

Commit b6d076e

Browse files
committed
ci: swap to use tox gh actions instead of the archived coactions dynamic-matrix which wasnt working anymore
1 parent 1360218 commit b6d076e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version:
12-
- '3.10'
11+
python-version: ['3.10']
1312
# - '3.11'
1413
# - '3.12'
1514
# - '3.14'

0 commit comments

Comments
 (0)