Skip to content

Commit

Permalink
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 0914d7e commit cd61d75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]

env:
PIP_BREAK_SYSTEM_PACKAGES: "1"

jobs:
test:

Expand All @@ -20,6 +23,6 @@ jobs:
- name: Start Redis
uses: superchargejs/redis-github-action@1.1.0
- name: Install redis package
run: PIP_BREAK_SYSTEM_PACKAGES=1 sudo python3 -m pip install redis==${{ matrix.redis-package-version }}
run: sudo python3 -m pip install redis==${{ matrix.redis-package-version }}
- name: Run test
run: python3 -m unittest discover python/tests/

0 comments on commit cd61d75

Please sign in to comment.