We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb9d14 commit d277c79Copy full SHA for d277c79
1 file changed
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/python:3.9.1
+ - image: circleci/python:3.9.6
6
7
working_directory: ~/repo
8
@@ -18,8 +18,8 @@ jobs:
18
name: Install pandoc
19
command: |
20
sudo apt-get update
21
- wget https://github.com/jgm/pandoc/releases/download/2.11.3.2/pandoc-2.11.3.2-1-amd64.deb
22
- sudo dpkg -i pandoc-2.11.3.2-1-amd64.deb
+ wget https://github.com/jgm/pandoc/releases/download/2.14.1/pandoc-2.14.1-1-amd64.deb
+ sudo dpkg -i pandoc-2.14.1-1-amd64.deb
23
24
- run:
25
name: Install tex
0 commit comments