From 07ff5949ab80c885af0df2d5069f095e7f0c8fd4 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 7 Aug 2023 09:01:41 -0400 Subject: [PATCH] Update Python version for pip install Signed-off-by: mulhern --- .github/workflows/weekly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 99fe3ae..81a3de8 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -18,7 +18,7 @@ jobs: task: make -f Makefile yamllint - dependencies: pylint python-hypothesis task: > - PYTHONPATH=./src:/github/home/.local/lib/python3.11/site-packages + PYTHONPATH=./src:/github/home/.local/lib/python3.12/site-packages make -f Makefile lint - dependencies: python python3-build twine task: make -f Makefile package