Skip to content

Commit 99b5b16

Browse files
committed
Yet another attempt to get the authentication to our private pypi (azure artifiacts) to work.
1 parent 37f7ba8 commit 99b5b16

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)