Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trs/workaround-broken-bioconda-s…
Browse files Browse the repository at this point in the history
…nakemake-build'
  • Loading branch information
tsibley committed Jul 31, 2023
2 parents 7764aa4 + 90ef955 commit 5ee35dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-integration-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:

# Install software for the "ambient" runner; not supported on Windows.
- if: runner.os != 'Windows'
run: mamba install augur auspice snakemake
run: mamba install augur auspice 'snakemake !=7.30.2'
shell: bash -l -eo pipefail {0}

- run: conda info
Expand Down

0 comments on commit 5ee35dd

Please sign in to comment.