Skip to content

Commit

Permalink
disable CPU CI for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Aug 9, 2023
1 parent 5115924 commit 443893b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test_on_wisteria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
- name: Build and Test
run: cd wk; ./test_CUDA_wisteria.sh

OPENMP:
# memo: runs-on selects host whose every label mathces with the given list
runs-on: wisteria
steps:
- name: Cechkout code
uses: actions/checkout@v3
with:
submodules: recursive
###OPENMP:
### # memo: runs-on selects host whose every label mathces with the given list
### runs-on: wisteria
### steps:
### - name: Cechkout code
### uses: actions/checkout@v3
### with:
### submodules: recursive

- name: Update submodules
run: git submodule update --remote --recursive
### - name: Update submodules
### run: git submodule update --remote --recursive

- name: Build and Test
run: cd wk; ./test_OPENMP_wisteria.sh
### - name: Build and Test
### run: cd wk; ./test_OPENMP_wisteria.sh

0 comments on commit 443893b

Please sign in to comment.