Skip to content

Commit

Permalink
Add missing quotation marks to ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Nov 7, 2023
1 parent 40df80a commit f26220f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.add(LinearOperatorCollection)
Pkg.add(Wavelets)
Pkg.add("LinearOperatorCollection")
Pkg.add("Wavelets")
Pkg.instantiate()'
- run: |
julia --project=docs -e '
Expand Down

0 comments on commit f26220f

Please sign in to comment.