Skip to content

Commit

Permalink
Merge pull request #135 from xKDR/Update-the-Julia-version-in-CI
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
sourish-cmi committed Apr 8, 2024
2 parents b0d3984 + 945e5d6 commit 40894f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.7.2'
version: '1.7.3'
arch: x64
- name: Install test dependencies
run: julia --project=test/ -e 'using Pkg; Pkg.instantiate()'
- name: Run tests
run: julia --project=. -e 'using Pkg; Pkg.test()'
run: julia --project=. -e 'using Pkg; Pkg.test()'

0 comments on commit 40894f0

Please sign in to comment.