Skip to content

Bump urllib3 from 2.0.4 to 2.0.6 in /docs #2

Bump urllib3 from 2.0.4 to 2.0.6 in /docs

Bump urllib3 from 2.0.4 to 2.0.6 in /docs #2

name: Setup django-redis-metrics and run tests
on: push
jobs:
setup-and-run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: "actions/setup-python@v4"
with:
python-version: "${{ matrix.python-version }}"
- name: Run make install_requirements
run: make install_requirements
- name: run make test
run: make test