Skip to content

Commit 4b9ecf6

Browse files
committed
[workflows] both: avoid using setup.py egg info
1 parent 44b057e commit 4b9ecf6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/python-package.macos.yml

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
run: |
4141
pip install --upgrade pip
4242
pip install --upgrade setuptools
43-
python setup.py install_egg_info
4443
pip install -e .
4544
pip freeze
4645
#- name: Lint with flake8

.github/workflows/python-package.yml

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
run: |
3939
pip install --upgrade pip
4040
pip install --upgrade setuptools
41-
python setup.py install_egg_info
4241
pip install -e .
4342
pip freeze
4443
#- name: Lint with flake8

0 commit comments

Comments
 (0)