Skip to content

Commit

Permalink
ci: install registered deps again?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikumikunisiteageru committed Mar 28, 2024
1 parent 29d099f commit a2ea3ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
arch:
- x64
steps:
- name: Install Entropics.jl
run: julia -e "import Pkg; Pkg.add(url=\"https://github.com/Mikumikunisiteageru/Entropics.jl\")"
shell: bash
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- name: Install Entropics.jl
run: julia -e "import Pkg; Pkg.add(url=\"https://github.com/Mikumikunisiteageru/Entropics.jl\")"
shell: bash
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit a2ea3ed

Please sign in to comment.