We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555fe60 commit f48666eCopy full SHA for f48666e
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
wget https://github.com/jgm/pandoc/releases/download/2.17.1.1/pandoc-2.17.1.1-1-amd64.deb
31
sudo dpkg -i pandoc-2.17.1.1-1-amd64.deb
32
- uses: actions/setup-python@v5
33
+ with:
34
+ python-version-file: '.python-version'
35
- name: Cache Python dependencies
36
uses: actions/cache@v4
37
env:
.github/workflows/static.yml
@@ -7,6 +7,8 @@ jobs:
7
- name: Check out repository
8
uses: actions/checkout@v4
9
10
11
12
13
14
0 commit comments