Skip to content

Commit cfad3fa

Browse files
committed
Update CI workflow
1 parent 8de76e3 commit cfad3fa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: tests
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, dev ]
66

77
pull_request:
88
branches: [ main ]
@@ -17,9 +17,13 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
pytest: [ "7", "8" ]
20+
<<<<<<< Updated upstream
2021
cmake: [ "3.20", "3.29" ]
22+
=======
23+
cmake: [ "3.20", "4.1.0" ]
24+
>>>>>>> Stashed changes
2125
os: [ "ubuntu", "macos", "windows" ]
22-
python: [ "3.8", "3.11", "3.12" ]
26+
python: [ "3.8", "3.12", "3.13" ]
2327
bundled: [ false, true ]
2428

2529
name: |

0 commit comments

Comments
 (0)