Skip to content

Commit 21386ac

Browse files
authored
update the CI (#140)
* use python 3.9 for upstream-dev [skip-ci] [test-upstream] * add python=3.10 * revert the addition of python=3.10 Apparently, just like conda the setup-python action also assumes single digit minor versions.
1 parent 997cfa8 commit 21386ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
python-version: [3.8]
46+
python-version: [3.9]
4747

4848
outputs:
4949
artifacts_availability: ${{ steps.status.outputs.ARTIFACTS_AVAILABLE }}

0 commit comments

Comments
 (0)