Skip to content

Commit 9651b24

Browse files
committed
Update workflow
1 parent 76e7d76 commit 9651b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install -r requirements_dev.txt
22-
python setup.py develop
22+
python -m pip install --editable .
2323
- name: Lint with black
2424
run: |
2525
black --line-length 80 --check --diff tensorflow_riemopt

0 commit comments

Comments
 (0)