We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e85ec5 commit cb3ecbdCopy full SHA for cb3ecbd
.github/workflows/gpu.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: julia-actions/setup-julia@latest
18
with:
19
- version: 1.5
+ version: 1.7
20
21
# Runs a single command using the runners shell
22
- name: Unit Tests
@@ -26,4 +26,4 @@ jobs:
26
27
- name: Codecov Upload
28
run: |
29
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder());'
+ julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder());'
0 commit comments