Skip to content

Commit 76c981b

Browse files
authored
[PLT-0] add absolute (#1562)
1 parent 8cc0927 commit 76c981b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
DA_GCP_LABELBOX_API_KEY: ${{ secrets[matrix.da-test-key] }}
106106
LABELBOX_TEST_ENVIRON: prod
107107
run: |
108-
rye add labelbox --path ./$(find ./dist/ -name *.tar.gz) --sync
108+
rye add labelbox --path ./$(find ./dist/ -name *.tar.gz) --sync --absolute
109109
cd libs/labelbox
110110
rm pyproject.toml
111111
rye run pytest tests/integration
@@ -116,7 +116,7 @@ jobs:
116116
DA_GCP_LABELBOX_API_KEY: ${{ secrets[matrix.da-test-key] }}
117117
LABELBOX_TEST_ENVIRON: prod
118118
run: |
119-
rye add labelbox --path ./$(find ./dist/ -name *.tar.gz) --sync --features data
119+
rye add labelbox --path ./$(find ./dist/ -name *.tar.gz) --sync --absolute --features data
120120
cd libs/labelbox
121121
rye run pytest tests/data
122122
pypi-publish:

.github/workflows/python-package-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
working-directory: libs/labelbox
6767
run: |
6868
VERSION=$(date +"%Y.%m.%d.%H.%M")
69-
echo "pip install --index-url https://test.pypi.org/simple/ labelbox-test@$VERSION" >> "$GITHUB_STEP_SUMMARY"
69+
echo "pip install --index-url https://test.pypi.org/simple/ --extra-index-url=https://pypi.org/simple/ labelbox-test@$VERSION" >> "$GITHUB_STEP_SUMMARY"
7070
rye sync
7171
rye version "$VERSION"
7272
rye run toml set --toml-path pyproject.toml project.name labelbox-test

0 commit comments

Comments
 (0)