Skip to content

Commit

Permalink
fix python version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
IonMich committed Nov 13, 2023
1 parent 20ca7b8 commit 6ea3f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy3.9", "3.9"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 6ea3f8f

Please sign in to comment.