File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-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 :
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