Skip to content

Commit

Permalink
fix(ci): install
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Nov 20, 2023
1 parent 0cee1da commit 715f12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -e .
mypy --install-types
- name: Validate against psf/black
Expand Down

0 comments on commit 715f12b

Please sign in to comment.