Skip to content

Workflow file for this run

name: test dependency
on:
push:
branches: [ main ]
jobs:
installing:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.10
using: 'node20'

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

View workflow run for this annotation

GitHub Actions / test dependency

Invalid workflow file

The workflow is not valid. .github/workflows/python-app.yml (Line: 13, Col: 9): Unexpected value 'using'
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