Skip to content

Commit

Permalink
Check nvc
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Jan 10, 2025
1 parent 26890c6 commit 3d0c443
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: false
type: string
push:
branches: [devel, main]
branches: [devel, main, cuda_nvc_test]

env:
COMMIT: ${{ inputs.ref || github.event.ref }}
Expand Down Expand Up @@ -54,7 +54,9 @@ jobs:
pip install jwt requests
python ci_tools/setup_check_run.py cuda
- name: CUDA Version
run: nvcc --version # cuda install check
run: |
nvcc --version # cuda install check
nvc --version # cuda install check
- name: Install dependencies
uses: ./.github/actions/linux_install
- name: Install Pyccel with tests
Expand Down

0 comments on commit 3d0c443

Please sign in to comment.