Skip to content

Commit

Permalink
debug env installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Nov 20, 2024
1 parent fdc0914 commit 5f2e420
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,19 @@ jobs:
large-packages: true
swap-storage: true

run: |
mamba env update -n arc_env -f environment.yml
conda list
- name: Set up miniconda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
environment-file: environment.yml
activate-environment: arc_env
miniconda-version: latest
conda-solver: libmamba

# - name: Update environment
# run: |
# conda env update -n arc_env -f environment.yml
# conda list

- name: Install LaTeX
run: |
Expand Down

0 comments on commit 5f2e420

Please sign in to comment.