Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 14, 2018
1 parent 45df38e commit f35d86c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.2
- image: circleci/python:3.6.4

working_directory: ~/repo

Expand All @@ -18,8 +18,8 @@ jobs:
name: Install pandoc
command: |
sudo apt-get update
wget https://github.com/jgm/pandoc/releases/download/1.19.2.1/pandoc-1.19.2.1-1-amd64.deb
sudo dpkg -i pandoc-1.19.2.1-1-amd64.deb
wget https://github.com/jgm/pandoc/releases/download/2.1.3/pandoc-2.1.3-1-amd64.deb
sudo dpkg -i pandoc-2.1.3-1-amd64.deb
- run:
name: Install tex
Expand Down

0 comments on commit f35d86c

Please sign in to comment.