Skip to content

Commit 2bbdad5

Browse files
use newer python
1 parent 99b0ae0 commit 2bbdad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
15-
- name: Set up Python 3.8
15+
- name: Set up Python 3.12
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Add conda to system path
2020
run: |
2121
# $CONDA is an environment variable pointing to the root of the miniconda directory

0 commit comments

Comments
 (0)