Skip to content

Commit e19673d

Browse files
authored
[PLT-1421]Build test-py-pi for a dev merge even if tests fail (#1774)
1 parent 4171bec commit e19673d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
secrets: inherit
6161
test-pypi:
6262
runs-on: ubuntu-latest
63-
needs: ['build']
63+
needs: ['path-filter']
64+
continue-on-error: true
6465
environment:
6566
name: Test-PyPI
6667
url: 'https://test.pypi.org/p/labelbox-test'

0 commit comments

Comments
 (0)