Skip to content

Bump virtualenv from 20.24.3 to 20.24.4 #292

Bump virtualenv from 20.24.3 to 20.24.4

Bump virtualenv from 20.24.3 to 20.24.4 #292

Workflow file for this run

name: Test iso-codes
on: [pull_request]
jobs:
pytest:
name: Run tests
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install test dependencies
run: pip install -r requirements/test-requirements.txt
- name: Run Tox
run: tox -e py