This commit is contained in:
@@ -16,9 +16,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
run: |
|
run: |
|
||||||
- python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
- pip install -r back/requirements.txt
|
pip install -r back/requirements.txt
|
||||||
- pytest -sv
|
pytest -sv
|
||||||
|
|
||||||
- name: Build & deploy
|
- name: Build & deploy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user