Skip to content

Commit

Permalink
Rel 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Dec 22, 2020
1 parent 4762544 commit 68d2e03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
<<<<<<< HEAD
run: >-
julia -e '
using CompatHelper;
CompatHelper.main() do;
run(`julia --project=test -e "import Pkg; Pkg.instantiate(); Pkg.update()"`);
run(`julia --project=docs -e "import Pkg; Pkg.instantiate(); Pkg.update()"`);
end
'
=======
run: julia -e 'using CompatHelper; CompatHelper.main()'
>>>>>>> origin/master

0 comments on commit 68d2e03

Please sign in to comment.