Skip to content

Commit

Permalink
Fix pypy install
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jan 24, 2024
1 parent 2fe490c commit c4d2b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version: ${{ matrix.toolchain.version }}

- name: Build
run: pypy3 -m build .
run: pypy3 -m pip install .

- name: Test
run: pypy3 -m pytest -v

0 comments on commit c4d2b98

Please sign in to comment.