Skip to content

Commit 7f0f0c9

Browse files
authored
fix: smoke tests should run all Python versions
1 parent d4ae342 commit 7f0f0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
fail-fast: false
173173
matrix:
174174
os: [ubuntu-latest, windows-latest, macos-latest]
175-
python-version: ['3.10']
175+
python-version: ['3.9', '3.10', '3.11', '3.12']
176176
should-release:
177177
- ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags') }}
178178
exclude:
@@ -296,4 +296,4 @@ jobs:
296296
with:
297297
doc-artifact-name: 'documentation-html'
298298
cname: ${{ env.DOCUMENTATION_CNAME }}
299-
token: ${{ secrets.GITHUB_TOKEN }}
299+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)