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: >
|
||||
${{ runner.os }}-pip-
|
||||
${{ hashFiles('**/requirements.txt') }}-
|
||||
${{ hashFiles('**/requirements-test.txt') }}
|
||||
${{ hashFiles('**/requirements_test.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
export PYTHONPATH=./
|
||||
|
||||
Reference in New Issue
Block a user