Skip to content

Bump certifi from 2024.8.30 to 2024.12.14 #26

Bump certifi from 2024.8.30 to 2024.12.14

Bump certifi from 2024.8.30 to 2024.12.14 #26

Workflow file for this run

name: Test the Python code
on:
push:
branches: [ "master" ]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.13"
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest -vv .