From f48666eafd252abb00667f7c2a0b0b1c56fc5a7e Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Fri, 13 Sep 2024 09:34:46 -0400 Subject: [PATCH] explicitly set python-version-file --- .github/workflows/ci.yml | 2 ++ .github/workflows/static.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73b89758a..ed08f4b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,8 @@ 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-file: '.python-version' - name: Cache Python dependencies uses: actions/cache@v4 env: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c20628f55..3207b964e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -7,6 +7,8 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - uses: actions/setup-python@v5 + with: + python-version-file: '.python-version' - name: Cache Python dependencies uses: actions/cache@v4 env: