Skip to content

Commit

Permalink
Attempt #727.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jun 7, 2024
1 parent c6fa954 commit e79c83d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e79c83d

Please sign in to comment.