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 9bb9ce9 commit ce81b2fCopy full SHA for ce81b2f
.github/workflows/ci.yml
@@ -7,14 +7,14 @@ jobs:
7
- name: Checkout
8
uses: actions/checkout@v2
9
- name: Setup Anaconda
10
- uses: goanpeca/setup-miniconda@v1
+ uses: conda-incubator/setup-miniconda@v2
11
with:
12
auto-update-conda: true
13
auto-activate-base: true
14
miniconda-version: 'latest'
15
python-version: 3.8
16
environment-file: environment.yml
17
- activate-environment: qe-lectures
+ activate-environment: lecture-python-programming
18
- name: Display Conda Environment Versions
19
shell: bash -l {0}
20
run: conda list
environment.yml
@@ -1,4 +1,4 @@
1
-name: qe-lectures
+name: lecture-python-programming
2
channels:
3
- default
4
dependencies:
0 commit comments