Fix command line for ROCm image

This commit is contained in:
doctorpangloss 2024-06-17 17:16:35 -07:00
parent 17fc1da392
commit f6cd2866be

View File

@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install setuptools pip --upgrade --break-system-packages 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 --no-build-isolation .[dev]
- name: Run unit tests - name: Run unit tests
run: | run: |