Commit 04c006b 1 parent f31c689 commit 04c006b Copy full SHA for 04c006b
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
installer : ["pip install"]
97
97
name : check self install - Python ${{ matrix.python_version }} via ${{ matrix.installer }}
98
98
steps :
99
- - uses : actions/checkout@v1
99
+ - uses : actions/checkout@v3
100
100
- name : Setup python
101
101
uses : actions/setup-python@v2
102
102
with :
@@ -105,7 +105,7 @@ jobs:
105
105
# self install testing needs some clarity
106
106
# so its being executed without any other tools running
107
107
# 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
109
109
- run : python setup.py egg_info
110
110
- run : python setup.py sdist
111
111
- run : ${{ matrix.installer }} dist/*
You can’t perform that action at this time.
0 commit comments