Skip to content

Commit 3adcf99

Browse files
committed
update workflow test
1 parent 18aa0c6 commit 3adcf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
brew install libomp
3030
python -m pip install --upgrade pip
31-
python -m pip install . --use-feature=in-tree-build
31+
python -m pip install .
3232
python -m pip install pytest
3333
- name: Test with pytest
3434
run: |

0 commit comments

Comments
 (0)