Skip to content

Commit

Permalink
fixing CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaMolSim committed May 14, 2024
1 parent 2af55b0 commit 7e9c627
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- run : |
using Pkg
Pkg.pkg"registry add https://github.com/ACEsuit/ACEregistry"
shell: bash -c "julia --color=yes {0}"
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
docs:
Expand Down

0 comments on commit 7e9c627

Please sign in to comment.