Skip to content

Commit 7b7f61e

Browse files
committed
Remove CuNFFT from CI
1 parent 5358c0a commit 7b7f61e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
using Pkg
4848
Pkg.add(PackageSpec(path=pwd(), subdir="AbstractNFFTs"))
4949
Pkg.add(PackageSpec(path=pwd(), subdir="NFFTTools"))
50-
Pkg.add(PackageSpec(path=pwd(), subdir="CuNFFT"))
5150
- uses: julia-actions/julia-buildpkg@v1
5251
- uses: julia-actions/julia-runtest@v1
5352
env:
@@ -70,7 +69,6 @@ jobs:
7069
using Pkg
7170
Pkg.add(PackageSpec(path=pwd(), subdir="AbstractNFFTs"))
7271
Pkg.add(PackageSpec(path=pwd(), subdir="NFFTTools"))
73-
Pkg.add(PackageSpec(path=pwd(), subdir="CuNFFT"))
7472
- uses: julia-actions/julia-buildpkg@latest
7573
- uses: julia-actions/julia-docdeploy@latest
7674
env:

0 commit comments

Comments
 (0)