Skip to content

Commit

Permalink
get rid of conda install entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBradford committed Nov 21, 2024
1 parent e0f0453 commit 7280fe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
source /home/runner/miniconda3/bin/activate
conda deactivate
fi
- name: Remove existing Conda environment
- name: Remove existing Conda installation
run: |
if [ -d "/home/runner/miniconda3" ]; then
/home/runner/miniconda3/bin/conda env remove --name base --yes
sudo rm -rf /home/runner/miniconda3
fi
- name: Install linux dependencies
Expand Down

0 comments on commit 7280fe2

Please sign in to comment.