Skip to content

Commit

Permalink
Merge pull request #1055 from afuetterer/ci
Browse files Browse the repository at this point in the history
ci: fix warning about missing optional dependency group
  • Loading branch information
afuetterer authored Jul 15, 2024
2 parents 047eac3 + c5aeca1 commit 71b68c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
sudo apt update
sudo apt install --yes libldap2-dev libsasl2-dev
- run: python -m pip install --upgrade pip
- run: python -m pip install .[allauth,shibboleth,ci,dev,gunicorn,ldap,mysql,postgres,pytest]
- run: python -m pip install .[allauth,ci,dev,gunicorn,ldap,mysql,postgres,pytest]
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 71b68c5

Please sign in to comment.