From c4bf3a8f23b3cdde4a47d5fb3d4523885d95a69e Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Mon, 18 Nov 2024 20:38:56 +0000 Subject: [PATCH] add runs-on --- .github/workflows/pytest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 3c5e8a7..f6e4ef1 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -8,8 +8,10 @@ on: - cron: "0 12 * * 1" pull_request_target: types: [opened, synchronize, reopened, ready_for_review] + jobs: call-run-python-tests: + runs-on: ubuntu-latest steps: - name: Set test dir run: |