Skip to content

Commit

Permalink
[FIX] action tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Feb 6, 2025
1 parent dfcf771 commit b468db9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ jobs:
path: server-env
ref: ${{ env.OE_VER }}
fetch-depth: 1
- name: Install system dependencies for python-ldap
run: |
sudo apt update
sudo apt install -y \
libldap2-dev \
libsasl2-dev \
libssl-dev \
python3-dev \
gcc
- run: pip install -r server-auth/requirements.txt
- run: pip install -r server-auth/test-requirements.txt
- run: pip install -r ${PWD}/${{ env.REPO_NAME }}/requirements.txt
Expand Down

0 comments on commit b468db9

Please sign in to comment.