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
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
pip install -r requirements.txt
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pip install pytest
|
||||
pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue