Skip to content

Commit fd80b18

Browse files
authored
Minor fixes
1 parent a3d6da4 commit fd80b18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/export_tutorials.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ jobs:
2525
run: |
2626
python3 -m pip install --upgrade pip
2727
python3 -m pip install .[test]
28-
python3 -m pip install .
28+
python3 -m pip install -e .
2929
# Dependencies for tutorials
3030
python3 -m pip install jupyter pandas ezyrb opencv-python ffmpeg-python black[jupyter]
31-
# timeout not available by default on MacOS
32-
brew install coreutils || true
3331
3432
- uses: actions/cache@v2
3533
id: cache-segtrackv2

0 commit comments

Comments
 (0)