Skip to content

Commit cb3ecbd

Browse files
Update gpu.yml
1 parent 7e85ec5 commit cb3ecbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: julia-actions/setup-julia@latest
1818
with:
19-
version: 1.5
19+
version: 1.7
2020

2121
# Runs a single command using the runners shell
2222
- name: Unit Tests
@@ -26,4 +26,4 @@ jobs:
2626
2727
- name: Codecov Upload
2828
run: |
29-
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder());'
29+
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder());'

0 commit comments

Comments
 (0)