We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceac1b0 commit 701e023Copy full SHA for 701e023
azure-pipelines.yml
@@ -19,15 +19,16 @@ steps:
19
- task: PipAuthenticate@1
20
displayName: 'Pip Authenticate'
21
inputs:
22
- artifactFeeds: '277b2f77-691a-4d92-bd89-8e7cac121676/fieldmanager'
+# artifactFeeds: '277b2f77-691a-4d92-bd89-8e7cac121676/fieldmanager'
23
+ artifactFeeds: "NGI Digital/fieldmanager"
24
onlyAddExtraIndex: True
25
26
27
- script: |
28
python -m pip install --upgrade pip
29
pip install poetry
30
pip install twine
- poetry config repositories.ngi-fm $(PIP_EXTRA_INDEX_URL)
31
+# poetry config repositories.ngi-fm $(PIP_EXTRA_INDEX_URL)
32
poetry install
33
# poetry export -f requirements.txt --output requirements.txt --without-hashes --dev
34
# pip install -r requirements.txt
0 commit comments