Skip to content

Commit 23a5882

Browse files
authored
Ci tweaks (#409)
1 parent 2167b1b commit 23a5882

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 'CI'
22

33
on:
4-
push:
54
pull_request:
65

76

@@ -22,7 +21,7 @@ jobs:
2221
steps:
2322
- name: Checkout
2423
uses: actions/checkout@v3
25-
- name: Setup Python ${{ matrix.python }}
24+
- name: Setup Python
2625
uses: actions/setup-python@v4
2726
with:
2827
python-version: 3.8
@@ -43,7 +42,7 @@ jobs:
4342
timeout-minutes: 10
4443
strategy:
4544
matrix:
46-
python: [ 3.8 ]
45+
python: [3.8, 3.12]
4746
steps:
4847
- name: Checkout
4948
uses: actions/checkout@v3

0 commit comments

Comments
 (0)