diff --git a/.github/workflows/periodic-ci.yaml b/.github/workflows/periodic-ci.yaml index 4aace637..c71404b3 100644 --- a/.github/workflows/periodic-ci.yaml +++ b/.github/workflows/periodic-ci.yaml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - name: Run tests in nox - uses: lsst-sqre/run-nox@v1 + uses: lsst-sqre/run-nox@tickets/DM-46034 with: nox-sessions: "update-deps lint typing test" python-version: ${{ matrix.python }}