Skip to content

Commit

Permalink
Update conda_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-jimenez authored Sep 10, 2024
1 parent 8657578 commit cc2ad48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
activate-environment: bc_builds
use-mamba: true

- name: Ensure Python 3.10 is installed in base environment
run: mamba install --name base python=3.10
#- name: Ensure Python 3.10 is installed in base environment
# run: mamba install --name base python=3.10

- name: Update Conda and Mamba
run: |
mamba install --name base conda=23.5.0 # Update Conda to the desired version
#- name: Update Conda and Mamba
# run: |
# mamba install --name base conda=23.5.0 # Update Conda to the desired version

- name: Update beyondcell environment
run: mamba update -n bc_builds -f helpers/mambabuild.yml
Expand Down

0 comments on commit cc2ad48

Please sign in to comment.