Skip to content

Commit

Permalink
Try with older python
Browse files Browse the repository at this point in the history
  • Loading branch information
bak1an committed Oct 30, 2024
1 parent cfa85c3 commit 9787e75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
test:
name: redis ${{ matrix.redis-version }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '2.7'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 9787e75

Please sign in to comment.