Skip to content

Commit

Permalink
Use the conda installation command from MACSr.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Feb 29, 2024
1 parent 42fa91b commit de0cd47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
- name: Install Conda (macOS)
if: ${{ matrix.config.os == 'macOS-latest' }}
run: |
wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-MacOSX-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
echo "export PATH=$HOME/miniconda/bin:$PATH" >> $GITHUB_ENV
echo "BASILISK_CONDA=$HOME/miniconda" >> $GITHUB_ENV
wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/conda && \
rm ~/miniconda.sh && \
ln -s /opt/conda/bin/conda /usr/local/bin/
- uses: neurogenomics/rworkflows@master
with:
run_bioccheck: ${{ false }}
Expand Down

0 comments on commit de0cd47

Please sign in to comment.