Skip to content

Commit

Permalink
add miniwdl and shellcheck installation to cd.yml (#397)
Browse files Browse the repository at this point in the history
Co-authored-by: bshifaw <bshifaw@broadinstitute.com>
  • Loading branch information
bshifaw and bshifaw committed Apr 11, 2023
1 parent 5c686e6 commit e960a5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
$CONDA/bin/conda install -y -c bioconda womtool
$CONDA/bin/conda config --add channels conda-forge
$CONDA/bin/conda install -y -c conda-forge miniwdl shellcheck
echo "$CONDA/bin" >> $GITHUB_PATH
- name: Test with tox
Expand Down

0 comments on commit e960a5d

Please sign in to comment.