We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bca4ff commit 2df211fCopy full SHA for 2df211f
1 file changed
.github/workflows/ci_conda_publish.yml
@@ -7,6 +7,8 @@ jobs:
7
name: Build conda artifact
8
runs-on: ubuntu-24.04
9
steps:
10
+ - uses: actions/checkout@v6
11
+
12
- name: Setup conda
13
uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
14
with:
0 commit comments