Skip to content

Commit f48666e

Browse files
committed
explicitly set python-version-file
1 parent 555fe60 commit f48666e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
wget https://github.com/jgm/pandoc/releases/download/2.17.1.1/pandoc-2.17.1.1-1-amd64.deb
3131
sudo dpkg -i pandoc-2.17.1.1-1-amd64.deb
3232
- uses: actions/setup-python@v5
33+
with:
34+
python-version-file: '.python-version'
3335
- name: Cache Python dependencies
3436
uses: actions/cache@v4
3537
env:

.github/workflows/static.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
- name: Check out repository
88
uses: actions/checkout@v4
99
- uses: actions/setup-python@v5
10+
with:
11+
python-version-file: '.python-version'
1012
- name: Cache Python dependencies
1113
uses: actions/cache@v4
1214
env:

0 commit comments

Comments
 (0)