Skip to content

Commit

Permalink
chore: checkout full history for formatting (#668)
Browse files Browse the repository at this point in the history
* chore: checkout full history for formatting

* force latest pangolin

* work around pangolin dependency issues

* Update spades.yaml

---------

Co-authored-by: Alexander Thomas <[email protected]>
Co-authored-by: Alex Thomas <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent 5c5a108 commit b8c5c44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
depth: 0
- name: Formatting
uses: super-linter/[email protected]
env:
Expand Down
1 change: 1 addition & 0 deletions workflow/envs/pangolin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ channels:
- nodefaults
dependencies:
- pangolin =4.3
- snakemake-minimal=7.24.0 # TODO keep until https://github.com/bioconda/bioconda-recipes/pull/42192 and we can pin to 4.3.1 above
2 changes: 1 addition & 1 deletion workflow/envs/spades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
- nodefaults
dependencies:
- spades =3.15
- spades =4.0

0 comments on commit b8c5c44

Please sign in to comment.