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 478aa4d commit 925638cCopy full SHA for 925638c
.github/workflows/cache.yml
@@ -11,6 +11,7 @@ jobs:
11
- uses: actions/checkout@v6
12
with:
13
ref: ${{ github.event.pull_request.head.sha }}
14
+ fetch-depth: 0
15
- name: Setup Anaconda
16
uses: conda-incubator/setup-miniconda@v3
17
.github/workflows/ci.yml
@@ -7,6 +7,7 @@ jobs:
7
8
9
10
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
+ with:
0 commit comments