Skip to content

Commit b319d00

Browse files
authored
Merge pull request #493 from ChrisRackauckas-Claude/fix-ci-extensions-pre
Remove pre-release Julia from CI_extensions
2 parents 4b1c409 + c15a31d commit b319d00

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI_extensions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- ModelingToolkitSIExt
1616
version:
1717
- '1'
18-
- 'pre'
1918
steps:
2019
- uses: actions/checkout@v6
2120
- uses: julia-actions/setup-julia@v2

.github/workflows/FormatCheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17+
- uses: julia-actions/setup-julia@v2
18+
with:
19+
version: '1'
1720
- uses: fredrikekre/runic-action@v1
1821
with:
1922
version: '1'

0 commit comments

Comments
 (0)