Skip to content

Commit

Permalink
Update kfp-tekton-unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Feb 13, 2024
1 parent 783ee8d commit b0f45ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kfp-tekton-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: SETUPTOOLS_USE_DISTUTILS="" python -m pip install -e sdk/python
env:
SETUPTOOLS_USE_DISTUTILS: ""
run: python -m pip install -e sdk/python
- name: Unit Tests
run: VENV=$VIRTUAL_ENV make ci_unit_test
validate-testdata:
Expand Down

0 comments on commit b0f45ab

Please sign in to comment.