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 3549302 commit dc0c797Copy full SHA for dc0c797
.github/workflows/build-wheels.yml
@@ -103,6 +103,7 @@ jobs:
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-graveyard/clyent@b8cc94eccabfde03ef9cd527f1eeb6d69c03eaa6
107
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git -vv
108
python -m pip install "urllib3>=1.21.1,<2"
109
ls ./wheelhouse/*.whl
0 commit comments