Skip to content

Update main.yml

Update main.yml #22

Workflow file for this run

name: Update
on:
push:
branches:
- main
jobs:
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: Install dependencies
run: |
pip install -r requirements.txt