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.
2 parents 313cd7a + 6ecd22c commit 965aac8Copy full SHA for 965aac8
3 files changed
.github/workflows/cache.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v6
13
+ with:
14
+ fetch-depth: 0
15
- name: Setup Anaconda
16
uses: conda-incubator/setup-miniconda@v3
17
with:
.github/workflows/ci.yml
@@ -6,6 +6,8 @@ jobs:
6
7
8
9
.github/workflows/publish.yml
0 commit comments