We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a71e4 commit 8b41df6Copy full SHA for 8b41df6
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v3
17
with:
18
- python-version: 3.x
+ python-version: 3.12
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
- name: Add conda to system path
41
42
# $CONDA is an environment variable pointing to the root of the miniconda directory
0 commit comments