Skip to content

Commit e386299

Browse files
committed
test with poetry install
1 parent 9abefd1 commit e386299

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/config-poetry/config-poetry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ config_poetry() {
1818
echo "poetry-config"
1919
jf poetry-config --server-id-resolve repox --repo-resolve "$ARTIFACTORY_PYPI_REPO"
2020
echo "poetry install"
21-
jf poetry install --build-name="$PROJECT" --build-number="$BUILD_NUMBER"
21+
poetry install
2222
}
2323

2424
main() {

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)