Skip to content

Commit

Permalink
more gha stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
llimllib committed Mar 9, 2024
1 parent 4bb7d0c commit 5782146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "pypy3.10"]
python-version: ["3.10", "pypy3.9"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: run tests
Expand Down

0 comments on commit 5782146

Please sign in to comment.