Skip to content

Commit

Permalink
Update CompatHelper.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad committed Aug 13, 2021
1 parent 2827226 commit dd5e951
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.ORBITALTRAJECTORIES_DEPLOY_SSH_KEY }}
run: julia -e '
using Pkg;
using CompatHelper;
CompatHelper.main(keep_existing_compat=true, drop_existing_compat=true);'
CompatHelper.main(; entry_type=DropEntry())'

0 comments on commit dd5e951

Please sign in to comment.