re-enable wheel install in test-invoke-pip.yml

This commit is contained in:
mauwii 2022-12-13 16:51:25 +01:00 committed by Matthias Wild
parent 1d78e1af9c
commit af3d72e001

View File

@ -94,8 +94,8 @@ jobs:
# cache: 'pip'
# cache-dependency-path: ${{ matrix.requirements-file }}
# - name: install dependencies
# run: ${{ env.pythonLocation }}/bin/pip install --upgrade pip setuptools wheel
- name: install dependencies
run: pip3 install --upgrade pip setuptools wheel
- name: install requirements
run: pip3 install -r '${{ matrix.requirements-file }}'