Skip to content

Bump certifi from 2024.2.2 to 2024.8.30 #233

Bump certifi from 2024.2.2 to 2024.8.30

Bump certifi from 2024.2.2 to 2024.8.30 #233

Workflow file for this run

name: Build
on:
- push
- pull_request
- workflow_call # allow us to use this workflow in other workflows
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install poetry
- uses: actions/setup-python@v5
with:
cache: 'poetry'
python-version: '3.10'
- run: poetry install -vvv
- run: poetry run python -m unittest discover -vb tests
- run: poetry build -vvv --no-interaction