This commit is contained in:
Nicolas Patry 2024-06-07 20:11:17 +02:00
parent c6fa9547a2
commit e79c83d7ba
No known key found for this signature in database
GPG Key ID: 690EBED7128A9DC8
1 changed files with 2 additions and 3 deletions

View File

@ -45,8 +45,7 @@ jobs:
dockerfile="Dockerfile"
label_extension=""
docker_devices=""
# runs_on="[self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]"
runs_on="ubuntu-latest"
runs_on="[self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]"
;;
rocm)
dockerfile="Dockerfile_amd"
@ -151,7 +150,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
- name: Install
run: |
make install-integration-tests