Skip to content

Workflows updated again #2

Workflows updated again

Workflows updated again #2

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
setup-environment:
runs-on: ubuntu-latest
uses: ./.github/workflows/setup_env.yml

Check failure on line 8 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: 8, Col: 5): Unexpected value 'uses'
test:
runs-on: ubuntu-latest
needs: setup-environment
steps:
- name: Run tests
run: |
pytest