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 5358c0a commit 7b7f61eCopy full SHA for 7b7f61e
.github/workflows/ci.yml
@@ -47,7 +47,6 @@ jobs:
47
using Pkg
48
Pkg.add(PackageSpec(path=pwd(), subdir="AbstractNFFTs"))
49
Pkg.add(PackageSpec(path=pwd(), subdir="NFFTTools"))
50
- Pkg.add(PackageSpec(path=pwd(), subdir="CuNFFT"))
51
- uses: julia-actions/julia-buildpkg@v1
52
- uses: julia-actions/julia-runtest@v1
53
env:
@@ -70,7 +69,6 @@ jobs:
70
69
71
72
73
74
- uses: julia-actions/julia-buildpkg@latest
75
- uses: julia-actions/julia-docdeploy@latest
76
0 commit comments