Skip to content

Commit

Permalink
changing self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmorgan98 committed May 14, 2024
1 parent da6ee85 commit ee23a53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/numba_self_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: gpu
runs-on: jpm
#strategy:
# fail-fast: false
# matrix:
Expand All @@ -15,7 +15,7 @@ jobs:
run: |
pwd
ls
module load cuda/12 openmpi/4.0_gcc-10
#module load cuda/12 openmpi/4.0_gcc-10
source ~/.bashrc
conda create --name ghaction_temp python=3.11
conda activate ghaction_temp
Expand All @@ -34,7 +34,7 @@ jobs:
conda list
- name: Regression Test - Numba
run: |
source ~/.bashrc
conda activate ghaction_temp
cd test/regression
python run.py --mode=numba
source ~/.bashrc
conda activate ghaction_temp
cd test/regression
python run.py --mode=numba

0 comments on commit ee23a53

Please sign in to comment.