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 3a854b8 commit df7dd04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Update Conda and Mamba
run: |
mamba install --name base conda=23.5.0 # Update Conda to the desired version
#mamba update --name base mamba # Update Mamba
- name: Update beyondcell environment
run: mamba update -n bc_builds -f helpers/mambabuild.yml
Expand All @@ -55,7 +54,7 @@ jobs:
conda activate bc_builds
mamba install boa -y
mamba mambabuild ./.github/workflows/r-beyondcell
mamba install --use-local r-beyondcell
#mamba install --use-local r-beyondcell
- name: Test beyondcell
shell: bash -l {0}
Expand Down

0 comments on commit df7dd04

Please sign in to comment.