Install wheel from package.

This commit is contained in:
Patrick Lehmann
2023-07-24 00:57:07 +02:00
parent 29fea10f2c
commit e0bd24de74

View File

@@ -90,9 +90,6 @@ jobs:
name: ${{ inputs.wheel }} name: ${{ inputs.wheel }}
path: install path: install
- name: Debug
run: ls -lAh install
- name: Compute pacman/pacboy packages - name: Compute pacman/pacboy packages
id: pacboy id: pacboy
if: matrix.system == 'msys2' if: matrix.system == 'msys2'
@@ -202,6 +199,9 @@ jobs:
python -m pip install --disable-pip-version-check ${{ inputs.requirements }} python -m pip install --disable-pip-version-check ${{ inputs.requirements }}
fi fi
- name: 🔧 Install wheel from artifact
run: python -m pip install --disable-pip-version-check -U install/*.whl
- name: ☑ Run application tests (Windows) - name: ☑ Run application tests (Windows)
if: matrix.system == 'windows' if: matrix.system == 'windows'
run: | run: |