Skip to content

Commit 8566612

Browse files
committed
Test python 3.10
1 parent b6874cf commit 8566612

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CmdStanPy
22

33
on:
4-
push:
4+
push:
55
branches:
66
- 'develop'
77
- 'master'
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, macos-latest, windows-latest]
31-
python-version: [3.6, 3.7, 3.8, 3.9]
31+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
3232
fail-fast: false
3333
env:
3434
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -65,7 +65,7 @@ jobs:
6565
if: matrix.os == 'windows-latest'
6666
run: |
6767
$whl = Get-ChildItem -Path dist -Filter *.whl | Select-Object -First 1
68-
pip install "$whl"
68+
pip install "$whl"
6969
7070
- name: Show libraries
7171
run: python -m pip freeze
@@ -101,4 +101,4 @@ jobs:
101101
- name: Submit codecov
102102
run: |
103103
cd run_tests
104-
codecov
104+
codecov

0 commit comments

Comments
 (0)