mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
Fix github action to correctly run tests
This commit is contained in:
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r tests/requirements.txt
|
||||
pip install -r requirements.txt
|
||||
pip install -r scale_build/tests/requirements.txt
|
||||
- name: Running test
|
||||
run: pytest tests/unit/
|
||||
run: pytest -vvv scale_build/tests/unit/
|
||||
|
||||
@@ -1 +1 @@
|
||||
pytest==6.0.2
|
||||
pytest==7.2.1
|
||||
|
||||
Reference in New Issue
Block a user