Update pip cache in publish-installers workflow

This commit is contained in:
JonnyWong16 2022-09-15 10:05:57 -07:00
commit 90cf863305
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -54,14 +54,9 @@ jobs:
- name: Set Up Python
uses: actions/setup-python@v4.2.0
with:
python-version: 3.9
- name: Cache Dependencies
uses: actions/cache@v3.0.8
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-pip-${{ hashFiles('package/requirements-package.txt') }}
restore-keys: ${{ runner.os }}-pip-
python-version: '3.9'
cache: pip
cache-dependency-path: '**/requirements*.txt'
- name: Install Dependencies
run: |