Skip to content

Update README.md

Update README.md #21

Workflow file for this run

name: Update
on:
push:
branches:
- main
jobs:

Check failure on line 8 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
update-repo:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: pip upgrade
run: pip install --upgrade pip
- name: Install dependencies
run: |
pip install -r requirements.txt