Skip to content

Commit

Permalink
where the hell
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Sep 24, 2024
1 parent eea1233 commit d0f29b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-snake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
poetry run python -c "import sys; print(sys.path)"
poetry run python -c "import usefulgnom; print(usefulgnom.__file__)"
- name: Debug file content
run: |
echo "Content of basecnt_coverage.py:"
cat /github/workspace/src/usefulgnom/serialize/basecnt_coverage.py
# - name: Snakemake Linting
# run: |
Expand Down

0 comments on commit d0f29b8

Please sign in to comment.