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 6c14cd5 commit 0404453Copy full SHA for 0404453
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v6
8
+ with:
9
+ fetch-depth: 0
10
- name: Setup Anaconda
11
uses: conda-incubator/setup-miniconda@v3
12
with:
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
13
14
15
16
17
0 commit comments