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 b444a30 commit 42bda2eCopy full SHA for 42bda2e
.github/workflows/ci.yml
@@ -30,8 +30,6 @@ 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: 3.12.6
35
- name: Cache Python dependencies
36
uses: actions/cache@v4
37
env:
.github/workflows/static.yml
@@ -7,8 +7,6 @@ jobs:
7
- name: Check out repository
8
uses: actions/checkout@v4
9
10
11
12
13
14
0 commit comments