Skip to content

Commit

Permalink
Install Run.jl from General registry (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 27, 2020
1 parent 24a65a8 commit a076084
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-xfail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
git merge "origin/$xfailbranch"
git log --graph --oneline -n10
julia -e 'using Pkg; pkg"add https://github.com/tkf/Run.jl"'
julia -e 'using Pkg; pkg"add Run@0.1"'
julia -e 'using Run; Run.test(project = "test/environments/main", xfail = true)'
else
echo "No branch named $xfailbranch"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
version: 1.4
- name: Install Run.jl
run: julia -e 'using Pkg; pkg"add https://github.com/tkf/Run.jl"'
run: julia -e 'using Pkg; pkg"add Run@0.1"'
- name: Install dependencies
run: julia -e 'using Run; Run.prepare_docs()'
- name: Build and deploy
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if: branch = master OR tag IS present OR type != push

before_install:
- unset JULIA_PROJECT
- julia -e 'using Pkg; pkg"add https://github.com/tkf/Run.jl"'
- julia -e 'using Pkg; pkg"add Run@0.1"'
install:
- julia -e 'using Run; Run.prepare("test/environments/main")'
script:
Expand Down

0 comments on commit a076084

Please sign in to comment.