We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701e023 commit 37f7ba8Copy full SHA for 37f7ba8
azure-pipelines.yml
@@ -19,7 +19,6 @@ steps:
19
- task: PipAuthenticate@1
20
displayName: 'Pip Authenticate'
21
inputs:
22
-# artifactFeeds: '277b2f77-691a-4d92-bd89-8e7cac121676/fieldmanager'
23
artifactFeeds: "NGI Digital/fieldmanager"
24
onlyAddExtraIndex: True
25
@@ -28,10 +27,7 @@ steps:
28
27
python -m pip install --upgrade pip
29
pip install poetry
30
pip install twine
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
35
displayName: "Install dependencies"
36
37
- script: |
0 commit comments