Skip to content

Commit 1d29a47

Browse files
authored
ci: ⬆️ Update Python version to 3.10 in conda check workflow
1 parent a498f14 commit 1d29a47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.13"
22+
python-version: "3.10"
2323
- name: Add conda to system path
2424
run: |
2525
# $CONDA is an environment variable pointing to the root of the miniconda directory

0 commit comments

Comments
 (0)