Skip to content

Commit cbc90dc

Browse files
committed
Update test workflow
1 parent b98adc8 commit cbc90dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30-
29+
if [ -f pyproject.toml ]; then pip install -e .; fi
30+
3131
- name: Test with unittest
3232
run: |
3333
python3 -m unittest -v

0 commit comments

Comments
 (0)