Skip to content

Commit cea2332

Browse files
author
wwang2
committed
fix installation
1 parent 4b0af24 commit cea2332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
23-
pip install . -e
23+
pip install -e .

0 commit comments

Comments
 (0)