From 6040753b4771e7cd7086f4cef471887b107ed348 Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Sun, 12 Jan 2025 01:37:54 +0100 Subject: [PATCH] Do not explicitly install Python Rely on the version(s) provided by the runner images. --- .github/workflows/build-data-archive.yml | 5 ----- .github/workflows/validate.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/build-data-archive.yml b/.github/workflows/build-data-archive.yml index 2379bcc..2351a90 100644 --- a/.github/workflows/build-data-archive.yml +++ b/.github/workflows/build-data-archive.yml @@ -28,11 +28,6 @@ jobs: wget -q -O - 'https://github.com/casey/just/releases/download/1.38.0/just-1.38.0-x86_64-unknown-linux-musl.tar.gz' | tar xvz just --to-stdout > /usr/local/bin/just chmod u+x /usr/local/bin/just - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: "3.12" - - name: Fetch contributors run: just fetch-contributors diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4e2bc51..d5294fd 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -41,10 +41,5 @@ jobs: - name: Validate party TOML files run: just validate-parties - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: "3.12" - - name: Ensure that parties are in the past run: just validate-party-dates