Skip to content

Commit 99c40fd

Browse files
committed
Check out repo in install test so we can compute cache keys
1 parent 4a3a3f2 commit 99c40fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
with:
104104
python-version: ${{ matrix.python }}
105105
architecture: 'x64'
106+
- name: Checkout # For the cache keys
107+
uses: actions/checkout@v2
106108

107109
- name: Get pip cache dir
108110
id: pip-cache

0 commit comments

Comments
 (0)