mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 05:44:09 -07:00
fix indentation
This commit is contained in:
parent
f599b2ec65
commit
6519235223
1 changed files with 9 additions and 9 deletions
18
.github/workflows/python_backend_tests.yaml
vendored
18
.github/workflows/python_backend_tests.yaml
vendored
|
@ -5,13 +5,13 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r tests/python_backend/requirements.txt
|
pip install -r tests/python_backend/requirements.txt
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest tests
|
run: pytest tests
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue