From 945e5d678373eabf225b9c01ab59c5820879e891 Mon Sep 17 00:00:00 2001 From: Ayush Patnaik Date: Mon, 8 Apr 2024 11:00:07 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12287c4..763c8fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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()' \ No newline at end of file + run: julia --project=. -e 'using Pkg; Pkg.test()'