We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575b428 commit 44ec4afCopy full SHA for 44ec4af
1 file changed
.github/workflows/build.yml
@@ -20,6 +20,13 @@ jobs:
20
with:
21
python-version: '3.8.10'
22
architecture: x64
23
+ - name: Setup cache
24
+ uses: actions/cache@v3
25
+ with:
26
+ path: ~\AppData\Local\pip\Cache
27
+ key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
28
+ restore-keys: |
29
+ ${{ runner.os }}-pip-
30
- name: Initialize pip
31
run: |
32
pip install -r requirements.txt
0 commit comments