Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change TS action to V1
Browse files Browse the repository at this point in the history
glegendre01 authored Apr 24, 2024
1 parent 5de9ec4 commit fee86a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ jobs:
- name: Nvidia-smi
run: nvidia-smi
- name: Install EGL
run: apt-get update && apt-get install -y libegl1-mesa-dev curl ca-certificates
run: apt-get update && apt-get install -y libegl1-mesa-dev ca-certificates
- name: Test
env:
DATA_DIR: tests/data
@@ -97,7 +97,7 @@ jobs:
make test-ete
- name: Tailscale Wait
if: ${{ failure() || runner.debug == '1' }}
uses: huggingface/tailscale-action@main
uses: huggingface/tailscale-action@v1
with:
waitForSSH: true
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}

0 comments on commit fee86a8

Please sign in to comment.