Skip to content

Commit

Permalink
Merge pull request #1 from SatyaBade12/fix-ci
Browse files Browse the repository at this point in the history
Fixing CI
  • Loading branch information
SatyaBade12 authored Jun 19, 2023
2 parents eb52e2a + 688cef8 commit cf0acd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:

- uses: julia-actions/setup-julia@v1
with:
version: "1.7.1"
version: "1.9.0"
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.7.1'
version: '1.9.0'

- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit cf0acd3

Please sign in to comment.