Skip to content

Commit

Permalink
Fix syntax for pypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Sep 22, 2022
1 parent 54c16c5 commit c32358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [pypy3.7]
python-version: [pypy-3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit c32358c

Please sign in to comment.