tweak workflow to cd into the correct directory

This commit is contained in:
doctorpangloss 2025-10-21 15:20:24 -07:00
parent be9856e4db
commit b4998009b0

View File

@ -112,6 +112,7 @@ jobs:
- name: Run unit tests
run: |
# only use dGPU
cd ${GITHUB_WORKSPACE}/src
export HIP_VISIBLE_DEVICES=1
pytest -v tests/unit
build_and_execute_macos: