Skip to content

add gha checkout

add gha checkout #2

Workflow file for this run

name: CI workflow
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
container: python:3.9-slim
steps:
- name: checkout
uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip

Check failure on line 18 in .github/workflows/workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
pip install -r requirements.txt