Skip to content

Commit 683466f

Browse files
Update python-app.yml
1 parent 0e93407 commit 683466f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-app.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
19-
19+
- name: Show pip cache directory
20+
run: |
21+
pip cache dir
2022
- name: Set up Python ${{ matrix.python-version }}
2123
# uses: actions/[email protected]
2224
uses: priyagupta108/setup-python@issue-1034

0 commit comments

Comments
 (0)