Fix
This commit is contained in:
parent
014b1baae8
commit
c9cd6b4c5b
6
.github/workflows/Purge-Database.yaml
vendored
6
.github/workflows/Purge-Database.yaml
vendored
@ -17,9 +17,11 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: Install dependencies
|
||||
- name: Install pipenv
|
||||
run: python -m pip install --upgrade pipenv wheel
|
||||
- uses: actions/cache@v2
|
||||
- name: Cache pipenv
|
||||
uses: actions/cache@v2
|
||||
id: cache-pipenv
|
||||
with:
|
||||
path: ~/.local/share/virtualenvs
|
||||
key: ${{ runner.os }}-pipenv-${{ hashFiles('Pipfile.lock') }}
|
||||
|
6
.github/workflows/Subscribe.yaml
vendored
6
.github/workflows/Subscribe.yaml
vendored
@ -17,9 +17,11 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: Install dependencies
|
||||
- name: Install pipenv
|
||||
run: python -m pip install --upgrade pipenv wheel
|
||||
- uses: actions/cache@v2
|
||||
- name: Cache pipenv
|
||||
uses: actions/cache@v2
|
||||
id: cache-pipenv
|
||||
with:
|
||||
path: ~/.local/share/virtualenvs
|
||||
key: ${{ runner.os }}-pipenv-${{ hashFiles('Pipfile.lock') }}
|
||||
|
Loading…
Reference in New Issue
Block a user