Skip to content

Commit c73f949

Browse files
authored
indent correctly (#33)
1 parent 8b53fca commit c73f949

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/examples/pipenv_install_packages.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ usage:
44
version: 2.1
55
orbs:
66
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
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
1818

1919
workflows:
2020
main:

0 commit comments

Comments
 (0)