Downgrade to ubuntu-1604:202007-01 image

This commit is contained in:
Hsiao-Wei Wang 2020-07-28 12:57:24 +08:00
parent 2572ec27ee
commit e31ff99e23
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4

View File

@ -103,8 +103,8 @@ jobs:
name: Run deposit script on Windows"
command: python ./test_deposit_script.py
build-linux:
docker:
- image: circleci/python:3.7
machine:
image: ubuntu-1604:202007-01
working_directory: ~/repo
steps:
- checkout