We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea8317 commit 64cd703Copy full SHA for 64cd703
1 file changed
.circleci/config.yml
@@ -6,8 +6,8 @@ jobs:
6
working_directory: ~/cli-project
7
docker: # run the steps with Docker
8
- image: circleci/python:3.8
9
- environment: # environment variables for primary container
10
- PIPENV_VENV_IN_PROJECT: true
+ # environment: # environment variables for primary container
+ # PIPENV_VENV_IN_PROJECT: true
11
steps:
12
- checkout
13
- run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
0 commit comments