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.
2 parents 93f69f1 + 13a5ab5 commit bc534e3Copy full SHA for bc534e3
.github/workflows/python-package.yml
@@ -122,7 +122,7 @@ jobs:
122
poetry-version: 1.7.1
123
- name: Install dependencies
124
run: |
125
- wget https://github.com/jgm/pandoc/releases/download/3.1.6/pandoc-3.1.11.1-1-amd64.deb
+ wget https://github.com/jgm/pandoc/releases/download/3.1.11.1/pandoc-3.1.11.1-1-amd64.deb
126
sudo dpkg -i ./pandoc-3.1.11.1-1-amd64.deb
127
poetry install
128
- name: Test
0 commit comments