diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 5144186..04a06fe 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -85,7 +85,7 @@ jobs: gpu: runs-on: self-hosted container: - image: ${{ RUNNER }}:5000/modelcloud/gptqmodel:compiler_cuda124-torch2.5.1-python311 + image: ${ env.RUNNER}:5000/modelcloud/gptqmodel:compiler_cuda124-torch2.5.1-python311 steps: - uses: actions/checkout@v4