Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Jul 30, 2023
1 parent b323fba commit ce3a591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 Flake8-pyproject flake8-alphabetize pytest black passlib .
pip install build flake8 Flake8-pyproject flake8-alphabetize pytest black \
passlib twine .
- name: Run checks
run: |
Expand Down

0 comments on commit ce3a591

Please sign in to comment.