From ea90be31ae0978e63c49a1dd9fbe6663afdaa9d5 Mon Sep 17 00:00:00 2001 From: Eirini <49712302+inferential@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:38:11 +0000 Subject: [PATCH] fix: attempting one more fix. Tests pass, not sure why the Action gets cancelled after 40-50sec --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b60e054..4b59d93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - julia-version: ['1.10', '1', 'nightly'] + julia-version: ['1.10'] julia-arch: [x86] os: [ubuntu-latest, windows-latest, macOS-latest] exclude: @@ -35,3 +35,4 @@ jobs: - uses: julia-actions/julia-runtest@v1 # with: # annotate: true +