From 1dc880e6dd167cc31827c12398a6e84d973c0494 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Wed, 24 Apr 2024 12:41:20 +0100 Subject: [PATCH] use v1.8.4 --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b29efc9..b4100e7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -6,7 +6,7 @@ on: - cron: "0 12 * * 1" jobs: call-run-python-tests: - uses: openclimatefix/.github/.github/workflows/python-test.yml@main + uses: openclimatefix/.github/.github/workflows/python-test.yml@v1.8.4 with: # default python versions to use python-version: "['3.11']"