Skip to content

Commit

Permalink
forget peppy
Browse files Browse the repository at this point in the history
  • Loading branch information
benkiel authored Nov 2, 2024
1 parent 8749052 commit df2201d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

test-pypy3:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- uses: actions/checkout@v4
- name: Set up Python pypy3
uses: actions/setup-python@v5
with:
python-version: "pypy-3.9"
- name: Install packages
run: pip install tox

- name: Run Tox
run: tox $TOX_OPTIONS -e pypy3
run: tox $TOX_OPTIONS -e pypy3

0 comments on commit df2201d

Please sign in to comment.