Skip to content

Fix action (use explicit step to read report) #366

Fix action (use explicit step to read report)

Fix action (use explicit step to read report) #366

Workflow file for this run

name: Testing (YAML, and code)
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install -r requirements.txt
- run: python -m pytest