There was an error while loading. Please reload this page.
1 parent 3995e1a commit 6a9a425Copy full SHA for 6a9a425
1 file changed
.github/workflows/poi-vcf.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
VENV_DIR="$(mktemp -d /var/tmp/venv.XXXXXX)"
22
python3 -m venv "$VENV_DIR"
23
- "$VENV_DIR/bin/pip" install isort black flake8 shellcheck-py
+ "$VENV_DIR/bin/pip" install isort black flake8 shellcheck-py --index-url https://packages.vcfd.broadcom.net/artifactory/api/pypi/pypi/simple/
24
export PATH="$VENV_DIR/bin:$PATH"
25
bash lint-checks.sh
26
STATUS=$?
0 commit comments