Skip to content

Commit

Permalink
Bump python and update namespace to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Sep 14, 2021
1 parent 1b0ddb9 commit c74f17e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2.1
orbs:
python: circleci/python@0.2.1
python: circleci/python@1.4.0

jobs:
build-and-test:
docker:
- image: circleci/python:3.8.2-buster
- image: cimg/python:3.8.2
environment:
CIRCLECI: true
PGHOST: 127.0.0.1
Expand All @@ -19,7 +19,7 @@ jobs:
- run:
name: Install dependencies
command: |
sudo pip install -U pip tox
pip install -U pip tox
sudo apt-get update && sudo apt-get install -y gdal-bin python3-gdal
- run:
command: tox
Expand Down

0 comments on commit c74f17e

Please sign in to comment.