Skip to content

Commit 1e1f045

Browse files
committed
debug env installation
1 parent 8090846 commit 1e1f045

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/gh-pages.yml

+13-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,19 @@ jobs:
2727
large-packages: true
2828
swap-storage: true
2929

30-
run: |
31-
mamba env update -n arc_env -f environment.yml
32-
conda list
30+
- name: Set up miniconda
31+
uses: conda-incubator/setup-miniconda@v3
32+
with:
33+
auto-update-conda: true
34+
environment-file: environment.yml
35+
activate-environment: arc_env
36+
miniconda-version: latest
37+
conda-solver: libmamba
38+
39+
# - name: Update environment
40+
# run: |
41+
# conda env update -n arc_env -f environment.yml
42+
# conda list
3343

3444
- name: Install LaTeX
3545
run: |

0 commit comments

Comments
 (0)