Skip to content

Commit 8c37ccf

Browse files
Update simplepkg ver in test configure pip example to avaoid blocking. (#35)
1 parent dd76184 commit 8c37ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- image: cimg/python:3.9
154154
steps:
155155
- checkout
156-
- run: echo "simplepkg==0.0.1" > requirements.txt
156+
- run: echo "simplepkg==0.4.3" > requirements.txt
157157
- cloudsmith-python/set_env_vars_for_pip:
158158
repository: "circleci-orb-testing"
159159
- run: python -m pip config set global.index-url "$CLOUDSMITH_PIP_INDEX_URL"

0 commit comments

Comments
 (0)