Skip to content

Commit ce81b2f

Browse files
committed
update anaconda
1 parent 9bb9ce9 commit ce81b2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
- name: Checkout
88
uses: actions/checkout@v2
99
- name: Setup Anaconda
10-
uses: goanpeca/setup-miniconda@v1
10+
uses: conda-incubator/setup-miniconda@v2
1111
with:
1212
auto-update-conda: true
1313
auto-activate-base: true
1414
miniconda-version: 'latest'
1515
python-version: 3.8
1616
environment-file: environment.yml
17-
activate-environment: qe-lectures
17+
activate-environment: lecture-python-programming
1818
- name: Display Conda Environment Versions
1919
shell: bash -l {0}
2020
run: conda list

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: qe-lectures
1+
name: lecture-python-programming
22
channels:
33
- default
44
dependencies:

0 commit comments

Comments
 (0)