Skip to content

Bump certifi from 2023.7.22 to 2024.7.4 #77

Bump certifi from 2023.7.22 to 2024.7.4

Bump certifi from 2023.7.22 to 2024.7.4 #77

Workflow file for this run

name: test
on: [ pull_request ]
jobs:
run-test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup-env
with:
python-version: ${{ matrix.python-version }}
- name: run pytest
run: |
pytest -W error