Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Adapt to redis 3.*
Browse files Browse the repository at this point in the history
  • Loading branch information
em92 committed Aug 10, 2024
1 parent cd61d75 commit 4262e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Start Redis
uses: superchargejs/redis-github-action@1.1.0
- name: Install redis package
run: sudo python3 -m pip install redis==${{ matrix.redis-package-version }}
run: python3 -m pip install redis==${{ matrix.redis-package-version }}
- name: Run test
run: python3 -m unittest discover python/tests/

0 comments on commit 4262e4e

Please sign in to comment.