Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 13, 2023
1 parent 6dbcfb8 commit 33c72de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Get pip cache dir
id: pip-cache
run: |
pip cache dir
echo "dir=$(pip cache dir)"
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
uses: actions/cache@v3
Expand Down

0 comments on commit 33c72de

Please sign in to comment.