Skip to content

Commit

Permalink
Try to fix Registy.add invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Jan 6, 2025
1 parent 13198d3 commit 77c2b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# specific arguments, see the documentation or ?optimize in the REPL.
- run: julia -e '
using Pkg;
Pkg.Registry.add("General");
Pkg.Registry.add();
Pkg.Registry.add("https://github.com/Neuroblox/NeurobloxRegistry");
Pkg.activate(".");
Pkg.instantiate();
Expand Down

0 comments on commit 77c2b57

Please sign in to comment.