Skip to content

Commit a2a6723

Browse files
fandreuzmtezzele
authored andcommitted
fix installation. no editable
1 parent 3e5c56c commit a2a6723

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/export_tutorials.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ jobs:
2323

2424
- name: Install dependencies
2525
run: |
26-
python3 -m pip install --upgrade pip
27-
python3 -m pip install .[test]
28-
python3 -m pip install -e .
2926
# Dependencies for tutorials
30-
python3 -m pip install jupyter pandas ezyrb opencv-python ffmpeg-python black[jupyter]
27+
python3 -m pip install --upgrade pip .[tutorial] black[jupyter]
3128
3229
- uses: actions/cache@v2
3330
id: cache-segtrackv2

0 commit comments

Comments
 (0)