File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 run : |
3939 python -m pip install --upgrade pip
4040 python -m pip install wheel
41- python -m pip install cython --install-option=" --no-cython-compile"
41+ python -m pip install cython --config-settings="--build-option= --no-cython-compile"
4242 - name : Install
4343 run : |
4444 python -m pip install --no-cache-dir -r requirements-dev.txt
Original file line number Diff line number Diff line change 2424 run : |
2525 python -m pip install --upgrade pip
2626 python -m pip install wheel
27- python -m pip install cython --install-option=" --no-cython-compile"
27+ python -m pip install cython --config-settings="--build-option= --no-cython-compile"
2828 - name : 💎 Install
2929 run : |
3030 python -m pip install --no-cache-dir -r requirements-dev.txt
Original file line number Diff line number Diff line change 2626 run : |
2727 python -m pip install --upgrade pip
2828 python -m pip install wheel
29- python -m pip install cython --install-option=" --no-cython-compile"
29+ python -m pip install cython --config-settings="--build-option= --no-cython-compile"
3030 - name : Install
3131 run : |
3232 python -m pip install --no-cache-dir -r requirements-dev.txt
You can’t perform that action at this time.
0 commit comments