Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mastoffel committed Oct 30, 2024
1 parent 9629509 commit 0e53cf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# Clean python cache files
- name: Clean cache files
run: |
find . -type f -name "*.pyc" -delete
find . -type d -name "__pycache__" -delete
rm -f .coverage* coverage.xml
# Cache Poetry dependencies
# - name: Cache dependencies
# uses: actions/cache@v2
Expand Down

0 comments on commit 0e53cf3

Please sign in to comment.