Skip to content

Commit

Permalink
CI path update (MadNLP#370)
Browse files Browse the repository at this point in the history
* Update test.yml

* triggering action
  • Loading branch information
sshin23 authored Nov 6, 2024
1 parent b5de851 commit 7e01b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- run: julia --color=yes --project=.ci .ci/ci.jl basic
test-moonshot:
env:
JULIA_DEPOT_PATH: /home/sshin/action-runners/MadNLP/julia-depot/
JULIA_DEPOT_PATH: /home/sushin/actions-runner/madnlp-depot/
runs-on: self-hosted
strategy:
matrix:
Expand All @@ -49,7 +49,7 @@ jobs:
test-moonshot-cuda:
env:
CUDA_VISIBLE_DEVICES: 1
JULIA_DEPOT_PATH: /home/sshin/action-runners/MadNLP/julia-depot/
JULIA_DEPOT_PATH: /home/sushin/actions-runner/madnlp-depot/
runs-on: self-hosted
strategy:
matrix:
Expand Down

0 comments on commit 7e01b1f

Please sign in to comment.