Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaddox committed Feb 3, 2021
1 parent b4df9bf commit 1e91f9c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs: # A basic unit of work in a run
docker: # run the steps with Docker
# CircleCI Python images available at: https://hub.docker.com/r/circleci/python/
#- image: circleci/python:latest
- image: innovanon/doom-base
- image: innovanon/python
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
Expand Down Expand Up @@ -43,7 +43,6 @@ jobs: # A basic unit of work in a run
- run:
name: Setting Up Project Environment
command: |
apt install -y python3-pip
#sudo python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pip
#sudo python3 -m pip install --upgrade pipenv
Expand Down Expand Up @@ -86,7 +85,7 @@ jobs: # A basic unit of work in a run
docker: # run the steps with Docker
# CircleCI Python images available at: https://hub.docker.com/r/circleci/python/
#- image: circleci/python:latest
- image: innovanon/doom-base
- image: innovanon/python
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
Expand All @@ -112,7 +111,6 @@ jobs: # A basic unit of work in a run
- run:
name: Setting Up Project Environment
command: |
apt install -y python3-pip
#sudo python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pip
#sudo python3 -m pip install --upgrade pipenv
Expand Down Expand Up @@ -199,7 +197,7 @@ jobs: # A basic unit of work in a run
docker: # run the steps with Docker
# CircleCI Python images available at: https://hub.docker.com/r/circleci/python/
#- image: circleci/python:latest
- image: innovanon/doom-base
- image: innovanon/python
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
Expand All @@ -223,7 +221,6 @@ jobs: # A basic unit of work in a run
- run:
name: Setting Up Project Environment
command: |
apt install -y python3-pip
#sudo python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pip
#sudo python3 -m pip install --upgrade pipenv
Expand Down

0 comments on commit 1e91f9c

Please sign in to comment.