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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r tests/python_backend/requirements.txt
|
||||
- name: Run tests
|
||||
run: pytest tests
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r tests/python_backend/requirements.txt
|
||||
- name: Run tests
|
||||
run: pytest tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue