Skip to content

Commit fa50d75

Browse files
authored
fix: Pip install in CI
1 parent 2c9c33b commit fa50d75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
run: |
6262
python --version
6363
pip install --upgrade pip
64-
pip install --group tests -e .
65-
pip install - ".[animations]"
64+
pip install --group tests -e ".[animations]"
6665
pip freeze
6766
pip list
6867

0 commit comments

Comments
 (0)