Skip to content

Commit

Permalink
test reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst committed Jun 24, 2024
1 parent d22d963 commit 36f4781
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
os: ['ubuntu-20.04']
requirements: ["requirements_tests"]
redis-version: [4, 5, 6, 7]
redis-py-version: [3.3.0, 4.6.0]
# Do not cancel any jobs when a single job fails
fail-fast: false
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with ${{ matrix.requirements }} and Redis ${{ matrix.redis-version }} and redis-py==${{ matrix.redis-py-version }}
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with ${{ matrix.requirements }} and Redis ${{ matrix.redis-version }}
runs-on: ${{ matrix.os }}
container: python:${{ matrix.python-version }}
services:
Expand All @@ -54,7 +53,7 @@ jobs:

- name: Install dependencies
run: |
pip install -r ${{ matrix.requirements }}.txt
pip install -r requirements-tests.txt
- name: Run tests
run: pytest
Expand Down

0 comments on commit 36f4781

Please sign in to comment.