Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kose-y authored Sep 9, 2023
1 parent 82d4651 commit b4029b3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
version:
- "1"
- "1.6"
- "1.9"
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -45,10 +45,6 @@ jobs:
- run: |
git config --global user.name Tester
git config --global user.email te@st.er
- run: |
julia --project=docs -e '
using Pkg
Pkg.add(url="https://github.com/kose-y/SKFR.jl", rev="master")'
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit b4029b3

Please sign in to comment.