We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5544c0 commit 36abe21Copy full SHA for 36abe21
.github/workflows/ironpython.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: "[RPC tests] Install CPython dependencies"
24
run: |
25
python -m pip install --upgrade pip
26
- pip install cython --install-option='--no-cython-compile'
+ pip install cython --config-settings="--build-option=--no-cython-compile"
27
- name: "[RPC tests] Install COMPAS on CPython"
28
29
pip install --no-cache-dir .
0 commit comments