Skip to content

finished editing

finished editing #6

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |

Check failure on line 20 in .github/workflows/python-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python-workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
python -m pip install --upgrade pip
pip install -r requirements.txt