Skip to content

Commit

Permalink
fix: attempting one more fix. Tests pass, not sure why the Action get…
Browse files Browse the repository at this point in the history
…s cancelled after 40-50sec
  • Loading branch information
ai-mindset committed Mar 20, 2024
1 parent 7802fa3 commit ea90be3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -35,3 +35,4 @@ jobs:
- uses: julia-actions/julia-runtest@v1
# with:
# annotate: true

0 comments on commit ea90be3

Please sign in to comment.