Skip to content

Commit 30d9503

Browse files
committed
more up CI
1 parent 7a0a55f commit 30d9503

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- name: "Set up private JuliaHub registries"
33-
uses: "JuliaComputing/set-up-private-juliahub-registries@v2.0.0"
34-
with:
35-
encoded-juliahub-token: "${{ secrets.JULIAHUB_TOKEN_ENCODED }}"
36-
ssh-key: "${{ secrets.JULIASIM_REGISTRY_SSH_KEY }}"
3732
- uses: julia-actions/julia-buildpkg@v1
3833
- name: Run tests with virtual display
3934
run: DISPLAY=:0 xvfb-run --auto-servernum -s '-screen 0 1024x768x24' julia --project -e 'using Pkg; Pkg.test()'

.github/workflows/Documentation.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
- uses: julia-actions/setup-julia@latest
2626
with:
2727
version: '1'
28-
- name: "Set up private JuliaHub registries"
29-
uses: "JuliaComputing/set-up-private-juliahub-registries@v2.0.0"
30-
with:
31-
encoded-juliahub-token: "${{ secrets.JULIAHUB_TOKEN_ENCODED }}"
32-
ssh-key: "${{ secrets.JULIASIM_REGISTRY_SSH_KEY }}"
3328
- name: Install dependencies
3429
run: DISPLAY=:0 xvfb-run --auto-servernum -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg;
3530
Pkg.add(PackageSpec(name = "ModelingToolkitStandardLibrary", url = "https://github.com/SciML/ModelingToolkitStandardLibrary.jl", rev = "main"));

0 commit comments

Comments
 (0)