We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3f9cb commit 75649c2Copy full SHA for 75649c2
.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
@@ -12,9 +12,6 @@ commands =
12
pytest {posargs}
13
usedevelop = True
14
extras = testing
15
-setenv =
16
- # workaround pypa/pip#9143
- PIP_USE_DEPRECATED=legacy-resolver
[testenv:docs]
extras =
0 commit comments