We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b0ae0 commit 2bbdad5Copy full SHA for 2bbdad5
1 file changed
.github/workflows/python-package-conda.yml
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/checkout@v2
13
with:
14
fetch-depth: 0
15
- - name: Set up Python 3.8
+ - name: Set up Python 3.12
16
uses: actions/setup-python@v2
17
18
- python-version: 3.8
+ python-version: 3.12
19
- name: Add conda to system path
20
run: |
21
# $CONDA is an environment variable pointing to the root of the miniconda directory
0 commit comments