We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d6da4 commit fd80b18Copy full SHA for fd80b18
.github/workflows/export_tutorials.yml
@@ -25,11 +25,9 @@ jobs:
25
run: |
26
python3 -m pip install --upgrade pip
27
python3 -m pip install .[test]
28
- python3 -m pip install .
+ python3 -m pip install -e .
29
# Dependencies for tutorials
30
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
33
34
- uses: actions/cache@v2
35
id: cache-segtrackv2
0 commit comments