Skip to content

Commit

Permalink
Install self in tests.yml and test PyPy 3.9 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Mar 14, 2024
1 parent d45500d commit 9319c71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- "pypy3.9"
- "pypy3.10"
- "3.8"
- "3.9"
Expand Down Expand Up @@ -46,6 +47,9 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt

- name: Install for testing
run: pip install -e .

- name: Run linting checks
run: scripts/lint.sh

Expand Down

0 comments on commit 9319c71

Please sign in to comment.