We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b53fca commit c73f949Copy full SHA for c73f949
src/examples/pipenv_install_packages.yml
@@ -4,17 +4,17 @@ usage:
4
version: 2.1
5
orbs:
6
cloudsmith-python: ft-circleci-orbs/[email protected]
7
-jobs:
8
- build:
9
- docker:
10
- - image: cimg/python:3.9
11
- steps:
12
- - checkout
13
- - run: python -m ensurepip --upgrade
14
- - cloudsmith-python/set_env_vars_for_pip:
15
- repository: your-repository-id
16
- - run: python -m pip install pipenv
17
- - run: pipenv install
+ jobs:
+ build:
+ docker:
+ - image: cimg/python:3.9
+ steps:
+ - checkout
+ - run: python -m ensurepip --upgrade
+ - cloudsmith-python/set_env_vars_for_pip:
+ repository: your-repository-id
+ - run: python -m pip install pipenv
+ - run: pipenv install
18
19
workflows:
20
main:
0 commit comments