Skip to content

Commit 6abe074

Browse files
authored
Merge pull request #37 from DeepLabCut/updateCI/CD
Update ci/cd
2 parents a1a9419 + 9a562b5 commit 6abe074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
os: [ubuntu-latest, macos-11, windows-latest]
15-
python-version: [3.9]
14+
os: [ubuntu-latest, macos-latest, windows-latest]
15+
python-version: [3.9,"3.10"]
1616

1717
steps:
1818
- name: Checkout code

0 commit comments

Comments
 (0)