Skip to content

Commit

Permalink
remove pip install line 35
Browse files Browse the repository at this point in the history
  • Loading branch information
davidelongo-ey committed Dec 6, 2023
1 parent 058b6ad commit 66f51c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
sudo apt install -y libffi-dev libssl-dev python3-pip xmlsec1 procps libpcre3 libpcre3-dev
- name: Install dependencies
run: |
## python -m pip install --upgrade pip
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r example_sp/djangosaml2_sp/requirements.txt
Expand Down Expand Up @@ -63,7 +62,7 @@ jobs:
mkdir -p metadata/idp
mkdir -p metadata/sp
export SATOSA_APP=`python3 -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])'`
- name: run docker compose
- name: docker compose
run: |
cd Docker-compose
docker compose -f docker-compose.yml up -d
Expand Down

0 comments on commit 66f51c1

Please sign in to comment.