We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a498f14 commit 1d29a47Copy full SHA for 1d29a47
1 file changed
.github/workflows/conda_check.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python 3.10
20
uses: actions/setup-python@v5
21
with:
22
- python-version: "3.13"
+ python-version: "3.10"
23
- name: Add conda to system path
24
run: |
25
# $CONDA is an environment variable pointing to the root of the miniconda directory
0 commit comments