Skip to content

Commit ff3dffb

Browse files
committed
[skip ci] use preinstalled julia for CompatHelper
1 parent fbfd642 commit ff3dffb

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
name: CompatHelper
2-
32
on:
43
schedule:
54
- cron: '0 1 * * *'
65
issues:
76
types: [opened, reopened]
8-
97
jobs:
10-
build:
11-
runs-on: ${{ matrix.os }}
12-
strategy:
13-
matrix:
14-
julia-version: [1.3.1]
15-
julia-arch: [x64]
16-
os: [ubuntu-latest]
8+
CompatHelper:
9+
runs-on: ubuntu-latest
1710
steps:
18-
- uses: julia-actions/setup-julia@latest
19-
with:
20-
version: ${{ matrix.julia-version }}
2111
- name: Install dependencies
2212
run: julia -e 'using Pkg; Pkg.add(Pkg.PackageSpec(name = "CompatHelper", url = "https://github.com/bcbi/CompatHelper.jl.git"))'
2313
- name: CompatHelper.main

0 commit comments

Comments
 (0)