Skip to content

Commit

Permalink
Change indentation of line 41 in rworkflows.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Feb 29, 2024
1 parent 689af7c commit db5b71c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
rspm: ~
steps:
- 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
echo "export PATH=$HOME/miniconda/bin:$PATH" >> $GITHUB_ENV
conda init bash
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
echo "export PATH=$HOME/miniconda/bin:$PATH" >> $GITHUB_ENV
conda init bash
- uses: neurogenomics/rworkflows@master
with:
run_bioccheck: ${{ false }}
Expand Down

0 comments on commit db5b71c

Please sign in to comment.