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 1627fbe commit 8495225Copy full SHA for 8495225
.github/workflows/python-package-conda.yml
@@ -15,6 +15,8 @@ jobs:
15
uses: conda-incubator/setup-miniconda@v2
16
with:
17
auto-update-conda: true
18
+ python-version: 3.11
19
+ environment-name: testenv
20
21
- name: Install dependencies
22
run: |
0 commit comments