Skip to content

Commit 36abe21

Browse files
chenkasirergonzalocasas
authored andcommitted
removed deprecated pip option
1 parent d5544c0 commit 36abe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ironpython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "[RPC tests] Install CPython dependencies"
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install cython --install-option='--no-cython-compile'
26+
pip install cython --config-settings="--build-option=--no-cython-compile"
2727
- name: "[RPC tests] Install COMPAS on CPython"
2828
run: |
2929
pip install --no-cache-dir .

0 commit comments

Comments
 (0)