Skip to content

Commit

Permalink
checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Oct 8, 2024
1 parent 7de5bc5 commit 9a7796f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,19 @@ jobs:

- uses: actions/checkout@v4

- name: install tox
run: pip3 install tox

- name: checkout django-ansible-base
run: |
cd ..
git clone https://github.com/ansible/django-ansible-base
- name: install ldap system dependencies
run: |
sudo apt update
sudo apt install -y libsasl2-dev libldap2-dev libssl-dev
- name: install tox
run: pip3 install tox

- name: run the unit tests
run: tox -e py311

Expand Down

0 comments on commit 9a7796f

Please sign in to comment.