Skip to content

Commit 397343e

Browse files
authored
Merge pull request #2 from chenkasirer/main
replaced deprecated pip flag
2 parents 1fb815f + e0807f7 commit 397343e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
echo "This is a PYPI package."
5353
5454
python -m pip install --upgrade pip
55-
pip install cython --install-option='--no-cython-compile'
55+
pip install cython --config-settings="--build-option=--no-cython-compile"
5656
pip install --no-cache-dir -r requirements-dev.txt
5757
5858
if [[ ${{ inputs.invoke_lint }} = "true" ]]; then

0 commit comments

Comments
 (0)