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 527eac7 commit 110510cCopy full SHA for 110510c
.github/workflows/pip_install_librabbitmq.yml
@@ -20,4 +20,4 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
# allow-prereleases: true
22
- run: pip install --upgrade pip
23
- - run: pip install setuptools>=75.1.0 ${{ matrix.module }}
+ - run: pip install build setuptools>=75.1.0 wheel ${{ matrix.module }}
0 commit comments