8000
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 0781d84 + 75649c2 commit eda7021Copy full SHA for eda7021
.github/workflows/main.yml
@@ -17,6 +17,11 @@ jobs:
17
runs-on: ${{ matrix.platform }}
18
steps:
19
- uses: actions/checkout@v2
20
+ with:
21
+ # fetch all branches and tags (to get tags for versioning)
22
+ # ref actions/checkout#448
23
+ fetch-depth: 0
24
+
25
- name: Setup Python
26
uses: actions/setup-python@v2
27
with:
tox.ini
@@ -14,9 +14,6 @@ passenv =
14
HOME
15
usedevelop = True
16
extras = testing
-setenv =
- # workaround pypa/pip#9143
- PIP_USE_DEPRECATED=legacy-resolver
[testenv:docs]
0 commit comments