diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index 561f92a7d4..4fc2036129 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: [mi100, rhel9] env: - PYTHONPATH: ${HOME}/omniperf_deps + PYTHONPATH: ${{ HOME }}/omniperf_deps # PYTHONPATH: ${{ github.workspace }}/python-libs steps: - name: Checkout