Skip to content

Commit 37f7ba8

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ steps:
1919
- task: PipAuthenticate@1
2020
displayName: 'Pip Authenticate'
2121
inputs:
22-
# artifactFeeds: '277b2f77-691a-4d92-bd89-8e7cac121676/fieldmanager'
2322
artifactFeeds: "NGI Digital/fieldmanager"
2423
onlyAddExtraIndex: True
2524

@@ -28,10 +27,7 @@ steps:
2827
python -m pip install --upgrade pip
2928
pip install poetry
3029
pip install twine
31-
# poetry config repositories.ngi-fm $(PIP_EXTRA_INDEX_URL)
3230
poetry install
33-
# poetry export -f requirements.txt --output requirements.txt --without-hashes --dev
34-
# pip install -r requirements.txt
3531
displayName: "Install dependencies"
3632
3733
- script: |

0 commit comments

Comments
 (0)