Skip to content

Commit 87b0f03

Browse files
author
Matt Sokoloff
committed
testing workflow
1 parent 5b8584b commit 87b0f03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ jobs:
5959
- name: install labelbox package
6060
run: |
6161
python -m pip install --upgrade pip
62-
which pip
63-
python -m pip --version
64-
python setup.py install
62+
python -m pip install .
6563
- name: mypy
6664
run: |
6765
pip install mypy==0.782

0 commit comments

Comments
 (0)