Skip to content

Commit 6a9a425

Browse files
committed
use Broadcom mirror for pip in VCF workflow
1 parent 3995e1a commit 6a9a425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/poi-vcf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
VENV_DIR="$(mktemp -d /var/tmp/venv.XXXXXX)"
2222
python3 -m venv "$VENV_DIR"
23-
"$VENV_DIR/bin/pip" install isort black flake8 shellcheck-py
23+
"$VENV_DIR/bin/pip" install isort black flake8 shellcheck-py --index-url https://packages.vcfd.broadcom.net/artifactory/api/pypi/pypi/simple/
2424
export PATH="$VENV_DIR/bin:$PATH"
2525
bash lint-checks.sh
2626
STATUS=$?

0 commit comments

Comments
 (0)