Skip to content

Commit

Permalink
downgrade pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
M3t0r committed Aug 13, 2024
1 parent 4c9036f commit 3b005ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.x'
experimental: true
- os: ubuntu-latest
python-version: 'pypy-3.10'
python-version: 'pypy-3.9'
experimental: true

steps:
Expand All @@ -32,11 +32,12 @@ jobs:
uses: eifinger/setup-rye@v4
with:
enable-cache: true
- name: Register current Python version
run: rye toolchain register --name '${{ matrix.python-version }}' $(which python3)
- name: Pin current Python version
run: rye pin ${{ matrix.python-version }}
- name: Install dependencies
run: |
rye toolchain register --name '${{ matrix.python-version }}' $(which python3)
rye pin ${{ matrix.python-version }}
rye sync
run: rye sync
- name: Run tests
continue-on-error: ${{ matrix.eperimental }}
run: rye run pytest

0 comments on commit 3b005ad

Please sign in to comment.