Skip to content

Commit

Permalink
Remove unnecessary assert
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarot committed Aug 18, 2024
1 parent 80295ef commit f01b7ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
run: |
pip list
- name: Download assert.sh
run: |
wget https://raw.githubusercontent.com/lehmannro/assert.sh/master/assert.sh
- name: Test Snakemake version
run: |
. assert.sh && assert "snakemake --version" "7.8.5"
- name: Print pylint version
run: |
pylint --version
Expand Down

0 comments on commit f01b7ec

Please sign in to comment.