Skip to content

Commit 64cd703

Browse files
author
Arvid Paeglit
committed
debug removing pipenv environment for CircleCI
1 parent eea8317 commit 64cd703

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
working_directory: ~/cli-project
77
docker: # run the steps with Docker
88
- image: circleci/python:3.8
9-
environment: # environment variables for primary container
10-
PIPENV_VENV_IN_PROJECT: true
9+
# environment: # environment variables for primary container
10+
# PIPENV_VENV_IN_PROJECT: true
1111
steps:
1212
- checkout
1313
- run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

0 commit comments

Comments
 (0)