Skip to content

Commit d277c79

Browse files
committed
Update config.yml
1 parent bfb9d14 commit d277c79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/python:3.9.1
5+
- image: circleci/python:3.9.6
66

77
working_directory: ~/repo
88

@@ -18,8 +18,8 @@ jobs:
1818
name: Install pandoc
1919
command: |
2020
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
21+
wget https://github.com/jgm/pandoc/releases/download/2.14.1/pandoc-2.14.1-1-amd64.deb
22+
sudo dpkg -i pandoc-2.14.1-1-amd64.deb
2323
2424
- run:
2525
name: Install tex

0 commit comments

Comments
 (0)