Skip to content

Commit 2df211f

Browse files
ci: add checkout to ci steps so make commands available (#87)
ci: add checkout to ci steps so make commands available
1 parent 5bca4ff commit 2df211f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_conda_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
name: Build conda artifact
88
runs-on: ubuntu-24.04
99
steps:
10+
- uses: actions/checkout@v6
11+
1012
- name: Setup conda
1113
uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
1214
with:

0 commit comments

Comments
 (0)