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 52a2e70 commit 635c382Copy full SHA for 635c382
.github/workflows/build-wheels.yml
@@ -100,6 +100,9 @@ jobs:
100
echo ${PWD}
101
if [ ${ANACONDA_UPLOAD} == true ]; then
102
# main branches of these two packages
103
+ python --version
104
+ python -m pip install cython<3
105
+ python -m pip list
106
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git
107
python -m pip install "urllib3>=1.21.1,<2"
108
ls ./wheelhouse/*.whl
0 commit comments