We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d55876 commit 13a29dfCopy full SHA for 13a29df
.github/workflows/ci.yml
@@ -16,8 +16,7 @@ env:
16
PIP_NO_PYTHON_VERSION_WARNING: "1"
17
# Keep in sync with .pre-commit-config.yaml/default_language_version/python.
18
PYTHON_LATEST: "3.11"
19
- # Avoid warnings about shallow checkout, but also make sure pytest accepts us.
20
- SETUPTOOLS_SCM_PRETEND_VERSION: "99.9.9"
+ SETUPTOOLS_SCM_PRETEND_VERSION: "1.0.0"
21
22
permissions:
23
contents: read
0 commit comments