We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e82752 commit 86f24cfCopy full SHA for 86f24cf
.github/workflows/snapshot-publish.yml
@@ -2,6 +2,8 @@ name: Publish snapshot of test scan
2
3
env:
4
CD_DETECTOR_EXPERIMENTS: 1
5
+ PipReportSkipFallbackOnFailure: "true"
6
+ PIP_INDEX_URL: "https://pypi.python.org/simple"
7
8
on:
9
push:
0 commit comments