Skip to content

fix: debugging ci

fix: debugging ci #76

Workflow file for this run

name: Tests
on:
push:
branches:
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Cache pip install
uses: actions/setup-python@v5
with:
python-version: "3.9"
cache: "pip"
- name: Install Dependencies
run: pip install -r requirements-dev.txt
- name: Run test
run:
- pwd

Check failure on line 23 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 23, Col: 11): A sequence was not expected
- python -m pytest