Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Nov 20, 2024
1 parent 5866c1b commit 0e4fcf9
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,22 @@ jobs:
large-packages: true
swap-storage: true

# - name: Setup Mambaforge Python 3.7
# uses: conda-incubator/setup-miniconda@v2
# with:
# environment-file: environment.yml
# miniforge-variant: Miniforge
# activate-environment: arc_env
# python-version: 3.7
# use-mamba: true

- name: Setup Mambaforge Python 3.7
uses: conda-incubator/setup-miniconda@v2
with:
environment-file: environment.yml
miniforge-variant: Miniforge
activate-environment: arc_env
python-version: 3.7
use-mamba: true
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.7
mamba-version: "*"
activate-environment: anaconda-client-env
environment-file: environment.yml

# - name: Update environment
# run: |
Expand Down

0 comments on commit 0e4fcf9

Please sign in to comment.