Skip to content
Merged
1 change: 1 addition & 0 deletions .github/workflows/tilegym-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
docker pull ${IMAGE}
docker run --rm \
--gpus all \
-e DISABLE_AUTOTUNE=1 \
-v ${{ github.workspace }}/tests:/workspace/tilegym/tests \
-v ${{ github.workspace }}/test-results:/test-results \
-w /workspace/tilegym \
Expand Down
Loading
Loading