Skip to content

Commit 9550034

Browse files
committed
bump python
1 parent b515310 commit 9550034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
- name: Set up Python 3.10
21+
- name: Set up Python 3.11
2222
uses: actions/setup-python@v3
2323
with:
24-
python-version: '3.10'
24+
python-version: '3.11'
2525
- name: Add conda to system path
2626
run: |
2727
# $CONDA is an environment variable pointing to the root of the miniconda directory

0 commit comments

Comments
 (0)