Skip to content

Commit aede616

Browse files
committed
macOS tests fix
1 parent 630af72 commit aede616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python --version
3232
python3 -m pip install pip --upgrade
3333
python3 -m pip install pytest pytest-cov
34-
python3 -m pip install -e . --no-deps
34+
python3 -m pip install -e .
3535
3636
- name: Install dependencies
3737
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'windows')

0 commit comments

Comments
 (0)