From 818c8876c4e27d56fcc5b88d2568571981dac4ff Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Wed, 10 Jul 2024 09:58:19 -0500 Subject: [PATCH] Setup Python --- .github/workflows/self-smoke-test-action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/self-smoke-test-action.yml b/.github/workflows/self-smoke-test-action.yml index 8ddc3ac..cc2a556 100644 --- a/.github/workflows/self-smoke-test-action.yml +++ b/.github/workflows/self-smoke-test-action.yml @@ -45,6 +45,10 @@ jobs: uses: actions/checkout@v3 with: path: test + - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: 3.12 - name: Install the packaging-related tools run: python3 -m pip install -r test/requirements/test.txt - name: Create the stub package importable directory