Skip to content

Commit 38f44ba

Browse files
committed
CI: upgrade, don't downgrade, setuptools
1 parent 34ffd8c commit 38f44ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
${{ runner.os }}-pip-
3939
- name: Install dependencies
4040
run: |
41+
pip install -U setuptools
4142
sudo apt-get update -qq
4243
sudo apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
4344
make install-req
@@ -59,6 +60,7 @@ jobs:
5960
${{ runner.os }}-pip-
6061
- name: Install dependencies
6162
run: |
63+
pip install -U setuptools
6264
sudo apt-get update -qq
6365
sudo apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
6466
make install-req

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ TESTS=tests/src/OneLogin/saml2_tests
1111
SOURCES=$(MAIN_SOURCE) $(DEMOS) $(TESTS)
1212

1313
install-req:
14-
$(PIP) install --upgrade 'setuptools<45.0.0'
1514
$(PIP) install .
1615

1716
install-test:

0 commit comments

Comments
 (0)