File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,8 @@ jobs:
128128 - name : Install mmdet dependencies
129129 run : |
130130 python -V
131+ export CFLAGS=`python -c 'import sysconfig;print("-I"+sysconfig.get_paths()["include"])'`
132+ export CXXFLAGS="${CFLAGS}"
131133 python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch${{matrix.mmcv}}/index.html
132134 python -m pip install pycocotools
133135 python -m pip install -r requirements/tests.txt -r requirements/optional.txt
@@ -206,6 +208,8 @@ jobs:
206208 - name : Install mmdet dependencies
207209 run : |
208210 python -V
211+ export CFLAGS=`python -c 'import sysconfig;print("-I"+sysconfig.get_paths()["include"])'`
212+ export CXXFLAGS="${CFLAGS}"
209213 python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu102/torch${{matrix.mmcv}}/index.html
210214 python -m pip install pycocotools
211215 python -m pip install -r requirements/tests.txt -r requirements/optional.txt
Original file line number Diff line number Diff line change @@ -2,4 +2,3 @@ cityscapesscripts
22imagecorruptions
33scipy
44sklearn
5- timm
You can’t perform that action at this time.
0 commit comments