Skip to content

Commit 42bda2e

Browse files
committed
fallback to .python-version
1 parent b444a30 commit 42bda2e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ 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: 3.12.6
3533
- name: Cache Python dependencies
3634
uses: actions/cache@v4
3735
env:

.github/workflows/static.yml

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

0 commit comments

Comments
 (0)