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 00f09db commit 3864e74Copy full SHA for 3864e74
.github/workflows/pythonpackage.yml
@@ -241,6 +241,7 @@ jobs:
241
steps:
242
- uses: actions/checkout@v2
243
- name: "Install base requirements"
244
+ run: |
245
/opt/python/${{ matrix.PYTHON }}/bin/python -m pip install -U pip wheel setuptools auditwheel
246
/opt/python/${{ matrix.PYTHON }}/bin/pip install --upgrade -r build_requirements.txt
247
- name: Build package
0 commit comments