Skip to content

Commit 04c006b

Browse files
fixup gh selfinstall
1 parent f31c689 commit 04c006b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
installer: ["pip install"]
9797
name: check self install - Python ${{ matrix.python_version }} via ${{ matrix.installer }}
9898
steps:
99-
- uses: actions/checkout@v1
99+
- uses: actions/checkout@v3
100100
- name: Setup python
101101
uses: actions/setup-python@v2
102102
with:
@@ -105,7 +105,7 @@ jobs:
105105
# self install testing needs some clarity
106106
# so its being executed without any other tools running
107107
# setuptools smaller 52 is needed to do easy_install
108-
- run: pip install -U "setuptools<52" tomli packaging typing_extensions
108+
- run: pip install -U "setuptools<52" tomli packaging typing_extensions importlib_metadata
109109
- run: python setup.py egg_info
110110
- run: python setup.py sdist
111111
- run: ${{ matrix.installer }} dist/*

0 commit comments

Comments
 (0)