Skip to content

Commit

Permalink
Do not explicitly install Python
Browse files Browse the repository at this point in the history
Rely on the version(s) provided by the runner images.
  • Loading branch information
homeworkprod committed Jan 12, 2025
1 parent d3df44a commit 6040753
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-data-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6040753

Please sign in to comment.