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 6429022 commit c110c86Copy full SHA for c110c86
.github/workflows/CompatHelper.yml
@@ -9,10 +9,10 @@ jobs:
9
steps:
10
- name: "Add the General registry via Git"
11
run: |
12
- import Pkg
+ using Pkg
13
ENV["JULIA_PKG_SERVER"] = ""
14
Pkg.Registry.add("General")
15
- Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git"))
+ Pkg.Registry.add(RegistrySpec(url="https://github.com/HolyLab/HolyLabRegistry.git"))
16
shell: julia --color=yes {0}
17
- name: "Install CompatHelper"
18
0 commit comments