From 25e7632b3d9d751f713f33b1bacab18852ff54ef Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 29 May 2024 10:41:00 +0100 Subject: [PATCH] ./actions --- .github/workflows/python_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_checks.yml b/.github/workflows/python_checks.yml index 6cd0c02..52f7537 100644 --- a/.github/workflows/python_checks.yml +++ b/.github/workflows/python_checks.yml @@ -132,7 +132,7 @@ jobs: run: mypy ${{ inputs.base-package }} - name: Test with pytest - uses: .SpiNNakerManchester/SupportScripts/actions/pytest@main + uses: ./actions/pytest with: tests: ${{ inputs.test_directories }} coverage: ${{ matrix.coverage == 'coverage' }}