Skip to content

Commit

Permalink
Trying to get rye working - tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Aug 12, 2024
1 parent e159dbb commit 4e48380
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
# python-version: ['3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
python-version: ["3.9", "3.10", "3.11", "3.12", "[email protected]", "[email protected]"]

name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
Expand All @@ -19,8 +18,6 @@ jobs:

- name: Install rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true

- name: Sync dependencies
run: |
Expand Down

0 comments on commit 4e48380

Please sign in to comment.