typo
This commit is contained in:
4
.github/workflows/run_test.yml
vendored
4
.github/workflows/run_test.yml
vendored
@@ -23,13 +23,13 @@ jobs:
|
|||||||
key: >
|
key: >
|
||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
${{ hashFiles('**/requirements.txt') }}-
|
${{ hashFiles('**/requirements.txt') }}-
|
||||||
${{ hashFiles('**/requirements-test.txt') }}
|
${{ hashFiles('**/requirements_test.txt') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt -r requirements-test.txt
|
pip install -r requirements.txt -r requirements_test.txt
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
export PYTHONPATH=./
|
export PYTHONPATH=./
|
||||||
|
|||||||
Reference in New Issue
Block a user