venv
This commit is contained in:
parent
04f6dd9d87
commit
ce5dbfb5bf
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@ -22,6 +22,14 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- uses: syphar/restore-virtualenv@v1
|
||||
id: cache-virtualenv
|
||||
with:
|
||||
requirement_files: requirements.txt # this is optional
|
||||
|
||||
- uses: syphar/restore-pip-download-cache@v1
|
||||
if: steps.cache-virtualenv.outputs.cache-hit != 'true'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install -r requirements_dev.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user