mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Update run_pytest.yml
This commit is contained in:
parent
8578eaeaa6
commit
2fbcfdeca0
3
.github/workflows/run_pytest.yml
vendored
3
.github/workflows/run_pytest.yml
vendored
|
|
@ -20,8 +20,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest
|
pip install -r requirements.txt
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pip install pytest
|
|
||||||
pytest
|
pytest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue