We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e32d3c commit 3e369a9Copy full SHA for 3e369a9
.github/workflows/conda_check.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Set up Python 3.10
20
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
21
with:
22
python-version: '3.10'
23
- name: Add conda to system path
0 commit comments