Skip to content

Commit

Permalink
test Calvin solution
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Nov 20, 2024
1 parent 0e4fcf9 commit 3a3cd8f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +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@v3
- name: Set up miniconda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.7
mamba-version: "*"
activate-environment: anaconda-client-env
auto-update-conda: true
environment-file: environment.yml
activate-environment: arc_env
miniconda-version: latest
conda-solver: libmamba

# - name: Setup Mambaforge Python 3.7
# 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 3a3cd8f

Please sign in to comment.