Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Maybe I don't need manual installation step?
  • Loading branch information
kose-y authored Sep 8, 2023
1 parent f825d66 commit 9c6479f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ jobs:
- run: |
git config --global user.name Tester
git config --global user.email [email protected]
- run: |
julia --project=docs -e '
using Pkg
Pkg.add(url="https://github.com/kose-y/SKFR.jl", rev="master")
Pkg.add(url="https://github.com/OpenMendel/OpenADMIXTURE.jl", rev="main")'
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 9c6479f

Please sign in to comment.