Skip to content

Commit 50946ad

Browse files
committed
ci: fix the installation command for job 'integration-test'
1 parent 7b439d7 commit 50946ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- checkout
112112
- run:
113113
name: Install the package from test.pypi.org
114-
command: pip install --no-deps --index test.pypi.org software-patterns
114+
command: pip install --no-deps --index-url https://test.pypi.org/simple/ software-patterns
115115
- run:
116116
name: Install pytest, which is used both in the test suite code and as a test runner
117117
command: pip install pytest

0 commit comments

Comments
 (0)