Skip to content

Commit 502944b

Browse files
authored
Update test.yml
1 parent d28bf6e commit 502944b

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
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install -r tests/requirements/${{ matrix.requirements-file }}
31-
python setup.py install
31+
pip install -e .
3232
npm install
3333
npx webpack
3434
playwright install --with-deps

0 commit comments

Comments
 (0)