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' }}