From 0aa71c41cab8018fa4d4a211cf3e6e1a44e992be Mon Sep 17 00:00:00 2001 From: WeberJulian Date: Fri, 24 Jun 2022 16:27:06 +0200 Subject: [PATCH] Add install requirements --- .github/workflows/pypi-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index d810db20..314dbb13 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -49,6 +49,8 @@ jobs: # uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64 # with: # python-versions: 'cp37-cp37m' + - run: + python -m pip install -r requirements.txt - run: python setup.py bdist_wheel --plat-name=manylinux1_x86_64 - run: |