Skip to content

Update .github/workflows/dashboard.yml #1

Update .github/workflows/dashboard.yml

Update .github/workflows/dashboard.yml #1

Workflow file for this run

name: Dashboard CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
@@ -0,0 +21,8 @@

Check failure on line 21 in .github/workflows/dashboard.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dashboard.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
# Add test commands here