name: Tests on: workflow_call jobs: python-tests: name: Python tests runs-on: windows-latest steps: - uses: actions/checkout@v2 with: submodules: true - name: Set up Python environment uses: ./.github/actions/setup-liberation-python - name: run tests run: | ./venv/scripts/activate pytest tests