Skip to content

Commit

Permalink
Updated rworkflows.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Feb 29, 2024
1 parent db5b71c commit 42fa91b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O ~/miniconda.sh
bash ~/miniconda.sh -b -p $HOME/miniconda
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
conda init bash
echo "BASILISK_CONDA=$HOME/miniconda" >> $GITHUB_ENV
- uses: neurogenomics/rworkflows@master
with:
run_bioccheck: ${{ false }}
Expand Down

0 comments on commit 42fa91b

Please sign in to comment.