Skip to content

Commit

Permalink
Disable CompatHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer authored Aug 19, 2021
2 parents ff47903 + 047c3bc commit 963ea39
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,4 @@ jobs:
run: |
using Pkg
Pkg.add("CompatHelper")
- name: Run CompatHelper
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
shell: julia --color=yes {0}
run: |
using CompatHelper
dir = "tutorials"
tutorials_dirs = readdir(dir)
subdirs = joinpath.(dir, tutorials_dirs)
subdirs = [""; subdirs]
CompatHelper.main(; subdirs)

0 comments on commit 963ea39

Please sign in to comment.