File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,20 @@ steps:
1919 - task : PipAuthenticate@1
2020 displayName : ' Pip Authenticate'
2121 inputs :
22- artifactFeeds : " NGI Digital/fieldmanager"
22+ artifactFeeds : ' 277b2f77-691a-4d92-bd89-8e7cac121676/fieldmanager, NGI Digital/fieldmanager'
2323 onlyAddExtraIndex : True
2424
2525
2626 - script : |
2727 python -m pip install --upgrade pip
2828 pip install poetry
2929 pip install twine
30+ echo "###########Set ngi-fm = $(PIP_EXTRA_INDEX_URL) ############"
31+ poetry config repositories.ngi-fm $(PIP_EXTRA_INDEX_URL)
32+ echo "#######################"
3033 poetry install
34+ # poetry export -f requirements.txt --output requirements.txt --without-hashes --dev
35+ # pip install -r requirements.txt
3136 displayName: "Install dependencies"
3237
3338 - script : |
You can’t perform that action at this time.
0 commit comments