Skip to content

Workflow file for this run

name: test dependency
on:
push:
branches: [ main ]
jobs:
installing:
runs-on: ubuntu-latest
using: 'node20'

Check failure on line 10 in .github/workflows/python-app.yml

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 10
steps:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
architecture: 'x64'
- name: Install requirements
run: |
python -m pip install --upgrade pip setuptoo
python -m pip install -r requirements.txt
pip install -e .
- name: testing
run: |
python --version
python test.py