File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,9 @@ steps:
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)
3230 export PAT=$(echo "$PIP_EXTRA_INDEX_URL" | sed 's/.*build:\(.*\)@pkgs.*/\1/')
3331 poetry config http-basic.ngi-fm build "$PAT"
34- echo "#######################"
3532 poetry install
36- # poetry export -f requirements.txt --output requirements.txt --without-hashes --dev
37- # pip install -r requirements.txt
3833 displayName: "Install dependencies"
3934
4035 - script : |
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ secondary = true
2828[tool .poetry .dependencies ]
2929python = " ^3.9"
3030pydantic = " ^1.9.0"
31- ngi-projector = " 0.0.2.dev8108 "
31+ ngi-projector = " 0.0.2.dev8131 "
3232
3333[tool .poetry .dev-dependencies ]
3434black = " *"
You can’t perform that action at this time.
0 commit comments