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 93c6040 commit 506c075Copy full SHA for 506c075
.github/workflows/ci.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v5
11
+ with:
12
+ fetch-depth: 0
13
- name: Setup Anaconda
14
uses: conda-incubator/setup-miniconda@v3
15
with:
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ jobs:
16
17
0 commit comments