File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11name : " Common steps for Linux and OSX"
22runs :
3+ using : " composite"
34 steps :
4- - name : Checkout code
5- uses : actions/checkout@v3
6-
75 - name : Set conda environment
86 uses : mamba-org/setup-micromamba@v2
97 with :
@@ -23,10 +21,12 @@ runs:
2321 else
2422 micromamba install xtensor-r==0.14.0 -c conda-forge;
2523 fi
24+ shell : bash -e -l {0}
2625
2726 - name : Build Xtensor.R package
2827 run : |
2928 R CMD build ${{ github.workspace }};
29+ shell : bash -e -l {0}
3030
3131 - name : Check R package
3232 run : |
4747 cat xtensor.Rcheck/Rdlatex.log
4848 );
4949 fi
50+ shell : bash -e -l {0}
Original file line number Diff line number Diff line change 5252 sudo update-alternatives --set clang++ /usr/bin/clang++-${{matrix.sys.version}}
5353 sudo update-alternatives --set clang-scan-deps /usr/bin/clang-scan-deps-${{matrix.sys.version}}
5454
55+ - name : Checkout code
56+ uses : actions/checkout@v4
57+
5558 - name : Build and run tests
56- uses : ./.github/workflows /unix_impl.yml
59+ uses : ./.github/actions /unix_impl
5760
Original file line number Diff line number Diff line change 2323
2424 steps :
2525
26+ - name : Checkout code
27+ uses : actions/checkout@v4
28+
2629 - name : Build and run tests
27- uses : ./.github/workflows /unix_impl.yml
30+ uses : ./.github/actions /unix_impl
2831
You can’t perform that action at this time.
0 commit comments