Skip to content

Update test.yml to see if it works #6

Update test.yml to see if it works

Update test.yml to see if it works #6

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
setup-environment:
uses: ./.github/workflows/setup_env.yml
with:
python-version: '3.9'

Check failure on line 9 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 9, Col: 23): Invalid input, python-version is not defined in the referenced workflow.
test:
runs-on: ubuntu-latest
needs: setup-environment
steps:
- name: Run tests
run: pytest