From 42bda2e35905509e01a55afb22c7aaac935ed56f Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Fri, 13 Sep 2024 09:32:29 -0400 Subject: [PATCH] fallback to .python-version --- .github/workflows/ci.yml | 2 -- .github/workflows/static.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42f8472ea..73b89758a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,6 @@ jobs: wget https://github.com/jgm/pandoc/releases/download/2.17.1.1/pandoc-2.17.1.1-1-amd64.deb sudo dpkg -i pandoc-2.17.1.1-1-amd64.deb - uses: actions/setup-python@v5 - with: - python-version: 3.12.6 - name: Cache Python dependencies uses: actions/cache@v4 env: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3d9f61e6b..c20628f55 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -7,8 +7,6 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - uses: actions/setup-python@v5 - with: - python-version: 3.12.6 - name: Cache Python dependencies uses: actions/cache@v4 env: