Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Mar 11, 2024
1 parent b2cafe1 commit 1a6c98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- run: |
import Pkg
pkg"add https://github.com/HolyLab/RFFT.jl#ib/add_copy"
Pkg.add(Pkg.PackageSpec(url="https://github.com/HolyLab/RFFT.jl", rev="ib/add_copy"))
shell: julia --project --color=yes {0}
- name: "Unit Test"
Expand Down

0 comments on commit 1a6c98f

Please sign in to comment.