Skip to content

Commit f545557

Browse files
authored
prevent 3.2.6 from being installed in build (#5208)
1 parent fda580f commit f545557

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/install/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ runs:
124124
python3 -m venv venv
125125
. venv/bin/activate
126126
127+
echo 'Cython!=3.2.6' > constraints.txt
128+
export PIP_CONSTRAINT=constraints.txt
129+
127130
: # Empty the pip cache to ensure that everything is compiled from scratch
128131
pip cache purge
129132

0 commit comments

Comments
 (0)