-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6f0e3d
commit 39d50b2
Showing
1 changed file
with
0 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,35 +65,6 @@ jobs: | |
export PATH=$PATH:/home/runner/.julia/bin | ||
mpiexecjl -n 4 julia --depwarn=yes --project=@. ./test/mpirun_test.jl | ||
# build2: | ||
# runs-on: ubuntu-latest | ||
# strategy: | ||
# fail-fast: false | ||
# matrix: | ||
# include: | ||
# - {version: '1.8', os: ubuntu-latest} | ||
# name: Run sample_script.jl | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# with: | ||
# fetch-depth: 0 | ||
# - uses: julia-actions/setup-julia@v1 | ||
# with: | ||
# version: ${{ matrix.version }} | ||
# arch: x64 | ||
# - uses: julia-actions/cache@v1 | ||
# - uses: julia-actions/julia-buildpkg@v1 | ||
# - run: | | ||
# git_hash=$(git rev-parse --short "$GITHUB_SHA") | ||
# echo git_hash $git_hash | ||
# echo running on branch ${GITHUB_REF##*/} | ||
# echo git_hash:[$git_hash] > ./example/log_sample_script.txt | ||
# julia --project="@." -t 4 ./example/sample_script.jl >> ./example/log_sample_script.txt | ||
# git add example/log_sample_script.txt | ||
# - name: commit changed logfile | ||
# uses: stefanzweifel/[email protected] | ||
# with: | ||
# commit_message: Update log_sample_script.txt | ||
docs: | ||
name: Documentation | ||
runs-on: ubuntu-latest | ||
|