Skip to content

Commit eda7021

Browse files
committed
Merge branch 'feature/self-depend' of https://github.com/jaraco/skeleton
2 parents 0781d84 + 75649c2 commit eda7021

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
runs-on: ${{ matrix.platform }}
1818
steps:
1919
- 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+
2025
- name: Setup Python
2126
uses: actions/setup-python@v2
2227
with:

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ passenv =
1414
HOME
1515
usedevelop = True
1616
extras = testing
17-
setenv =
18-
# workaround pypa/pip#9143
19-
PIP_USE_DEPRECATED=legacy-resolver
2017

2118

2219
[testenv:docs]

0 commit comments

Comments
 (0)