We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2b1b1 commit cac67cfCopy full SHA for cac67cf
azure-pipelines.yml
@@ -28,7 +28,9 @@ steps:
28
pip install poetry
29
pip install twine
30
echo "###########Set ngi-fm = $(PIP_EXTRA_INDEX_URL) ############"
31
- poetry config repositories.ngi-fm $(PIP_EXTRA_INDEX_URL)
+ # poetry config repositories.ngi-fm $(PIP_EXTRA_INDEX_URL)
32
+ export PAT=$(echo "$PIP_EXTRA_INDEX_URL" | sed 's/.*build:\(.*\)@pkgs.*/\1/')
33
+ poetry config http-basic.ngi-fm build "$PAT"
34
echo "#######################"
35
poetry install
36
# poetry export -f requirements.txt --output requirements.txt --without-hashes --dev
0 commit comments