Skip to content

Commit

Permalink
drop mamba from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurinton committed Jan 16, 2025
1 parent 11b7d73 commit 4ee8649
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install mamba -c conda-forge
mamba env update --file environment.yml --name asp_plot
conda env create -f environment.yml
source $CONDA/etc/profile.d/conda.sh
conda activate asp_plot
pip install .
Expand Down

0 comments on commit 4ee8649

Please sign in to comment.