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.
fetch-tags: true
1 parent 1d92260 commit c807e08Copy full SHA for c807e08
.github/workflows/ci-emscripten.yaml
@@ -43,6 +43,7 @@ jobs:
43
uses: actions/checkout@v4
44
with:
45
submodules: recursive
46
+ fetch-tags: true # required for version resolution
47
48
- name: Set up Python ${{ env.PYTHON_VERSION }}
49
id: setup-python
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
- fetch-depth: 0 # required for version resolution
29
30
- name: Set up Conda
31
uses: conda-incubator/[email protected]
0 commit comments