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 753de32 commit f7c6635Copy full SHA for f7c6635
2 files changed
.github/workflows/ci.yml
@@ -6,6 +6,8 @@ jobs:
6
steps:
7
- name: Checkout
8
uses: actions/checkout@v4
9
+ with:
10
+ fetch-depth: 0
11
- name: Setup Anaconda
12
uses: conda-incubator/setup-miniconda@v3
13
with:
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ jobs:
14
15
16
17
0 commit comments