We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ffd8c commit 38f44baCopy full SHA for 38f44ba
.github/workflows/python-package.yml
@@ -38,6 +38,7 @@ jobs:
38
${{ runner.os }}-pip-
39
- name: Install dependencies
40
run: |
41
+ pip install -U setuptools
42
sudo apt-get update -qq
43
sudo apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
44
make install-req
@@ -59,6 +60,7 @@ jobs:
59
60
61
62
63
64
65
66
Makefile
@@ -11,7 +11,6 @@ TESTS=tests/src/OneLogin/saml2_tests
11
SOURCES=$(MAIN_SOURCE) $(DEMOS) $(TESTS)
12
13
install-req:
14
- $(PIP) install --upgrade 'setuptools<45.0.0'
15
$(PIP) install .
16
17
install-test:
0 commit comments