Skip to content

Commit 481fd6e

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 481fd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Tox
22

33
on:
4+
- push
45
- pull_request
56

67
jobs:
78
build:
89
runs-on: ubuntu-latest
910
strategy:
1011
matrix:
11-
python-version:
12-
- '3.10'
12+
python-version: ['3.10']
1313
# - '3.11'
1414
# - '3.12'
1515
# - '3.14'

0 commit comments

Comments
 (0)