Test on Python 3.12 correctly on latest Ubuntu

This commit is contained in:
doctorpangloss 2024-06-17 17:20:25 -07:00
parent f6cd2866be
commit 265c0549b6

View File

@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install setuptools pip --upgrade --break-system-packages || python -m pip install pip --upgrade || true
pip install --no-build-isolation .[dev]
pip install --break-system-packages --no-build-isolation .[dev] || pip install --no-build-isolation .[dev]
- name: Run unit tests
run: |
export HSA_OVERRIDE_GFX_VERSION=11.0.0