Skip to content

Commit

Permalink
fix(ci): set absolute path for nix for non-interactive shell
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Jun 11, 2024
1 parent 40403b2 commit 59c184b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
username: ${{secrets.PAPERSPACE_USERNAME}}
key: ${{secrets.PAPERSPACE_SSH_KEY}}
port: ${{secrets.PAPERSPACE_PORT}}
script: nix run github:aarnphm/dix#openllm-ci --refresh -- --pr ${{github.event.number}}
script: /nix/var/nix/profiles/default/bin/nix run github:aarnphm/dix#openllm-ci --refresh -- --pr ${{github.event.number}}
- name: running regression tests (main)
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # ratchet:appleboy/ssh-action@v1.0.3
if: ${{ !github.event.repository.fork && github.event_name == 'push' }}
Expand All @@ -46,7 +46,7 @@ jobs:
username: ${{secrets.PAPERSPACE_USERNAME}}
key: ${{secrets.PAPERSPACE_SSH_KEY}}
port: ${{secrets.PAPERSPACE_PORT}}
script: nix run github:aarnphm/dix#openllm-ci --refresh -- --head
script: /nix/var/nix/profiles/default/bin/nix run github:aarnphm/dix#openllm-ci --refresh -- --head
evergreen: # https://github.com/marketplace/actions/alls-green#why
if: always()
needs:
Expand Down

0 comments on commit 59c184b

Please sign in to comment.