Attempt #727.
This commit is contained in:
parent
c6fa9547a2
commit
e79c83d7ba
|
@ -45,8 +45,7 @@ jobs:
|
||||||
dockerfile="Dockerfile"
|
dockerfile="Dockerfile"
|
||||||
label_extension=""
|
label_extension=""
|
||||||
docker_devices=""
|
docker_devices=""
|
||||||
# runs_on="[self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]"
|
runs_on="[self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]"
|
||||||
runs_on="ubuntu-latest"
|
|
||||||
;;
|
;;
|
||||||
rocm)
|
rocm)
|
||||||
dockerfile="Dockerfile_amd"
|
dockerfile="Dockerfile_amd"
|
||||||
|
@ -151,7 +150,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: "3.10"
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
make install-integration-tests
|
make install-integration-tests
|
||||||
|
|
Loading…
Reference in New Issue