Skip to content

Commit

Permalink
using python 3.10 doesn't help, back to 3.9
Browse files Browse the repository at this point in the history
github tests are broken, I don't understand why. Locally they pass.
  • Loading branch information
denisri committed Jul 27, 2023
1 parent 760ed10 commit fd13b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.10
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.9"

- name: Install Redis
run: |
Expand Down

0 comments on commit fd13b30

Please sign in to comment.