Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Feb 4, 2024
1 parent 703e7fb commit 0a59cb2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Expand Up @@ -15,11 +15,6 @@ jobs:
- name: Setup Miniconda
run: |
./setup-conda.sh ${{ runner.os }} ${{ runner.arch }}
sudo $CONDA/bin/conda update -q -n base conda
sudo $CONDA/bin/conda install -q -n base anaconda-client conda-build
sudo chown -R $USER $CONDA
$CONDA/bin/conda info --all
$CONDA/bin/conda config --show
- name: Configure conda and conda-build
run: sudo ./setup-osx.sh
if: runner.os == 'macOS'
Expand Down

0 comments on commit 0a59cb2

Please sign in to comment.