Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
pgbrodrick committed Jun 27, 2023
1 parent c68eee9 commit 9e49144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up julia
uses: julia-actions/setup-julia@v1
with:
version: 1.6.5
version: 1.9.1

- name: Install package
run: |
Expand All @@ -22,4 +22,4 @@ jobs:
- name: Run Unit Tests
run: |
julia --project=@. -e 'using Pkg; Pkg.test()'

0 comments on commit 9e49144

Please sign in to comment.