Skip to content

Commit

Permalink
run Examples workflow only on julia-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed Jul 8, 2024
1 parent ef471e6 commit e86b80a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
strategy:
matrix:
version:
- '1.6'
- '1'
- 'nightly'
os:
- ubuntu-latest
arch:
Expand All @@ -35,7 +33,7 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- name: Example project instantiation
- name: Examples project instantiation
shell: julia --project=examples {0}
run: |
using Pkg
Expand Down

0 comments on commit e86b80a

Please sign in to comment.