We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12838d3 commit 8857147Copy full SHA for 8857147
.github/workflows/unix_impl.yml renamed to .github/actions/unix_impl.yml
@@ -1,8 +1,9 @@
1
name: "Common steps for Linux and OSX"
2
runs:
3
+ using: "composite"
4
steps:
5
- name: Checkout code
- uses: actions/checkout@v3
6
+ uses: actions/checkout@v4
7
8
- name: Set conda environment
9
uses: mamba-org/setup-micromamba@v2
.github/workflows/linux.yml
@@ -53,5 +53,5 @@ jobs:
53
sudo update-alternatives --set clang-scan-deps /usr/bin/clang-scan-deps-${{matrix.sys.version}}
54
55
- name: Build and run tests
56
- uses: ./.github/workflows/unix_impl.yml
+ uses: ./.github/actions/unix_impl.yml
57
.github/workflows/osx.yml
@@ -24,5 +24,5 @@ jobs:
24
25
26
27
28
0 commit comments