Skip to content

Commit

Permalink
Update GitHub CI .yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinarmtb committed Apr 6, 2024
1 parent 980a68e commit a591572
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
# Increase to reset cache manually
CACHE_NUMBER: 0
LIBNOMP_ENV: /usr/share/miniconda/envs/libnomp
INSTALLDIR: install
INSTALLDIR: ./install
POCL_CACHE_NUMBER: 0
jobs:
ci:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Run libnomp tests
id: run_libnomp
run: |
${INSTALLDIR}/bin/lnrun test --backend opencl
${INSTALLDIR}/bin/lnrun --test backend=opencl
- name: Block to allow inspecting failures
run: sleep 30m
if: ${{ failure() && inputs.debug_enabled }}
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
# Increase to reset cache manually
CACHE_NUMBER: 0
LIBNOMP_ENV: /usr/share/miniconda/envs/libnomp-dev
INSTALLDIR: install
INSTALLDIR: ./install
jobs:
docs:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
# Increase to reset cache manually
CACHE_NUMBER: 0
LIBNOMP_ENV: /usr/share/miniconda/envs/libnomp-dev
INSTALLDIR: install
INSTALLDIR: ./install
jobs:
lint-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a591572

Please sign in to comment.