Skip to content

chore(deps): bump certifi from 2024.2.2 to 2024.7.4 #7

chore(deps): bump certifi from 2024.2.2 to 2024.7.4

chore(deps): bump certifi from 2024.2.2 to 2024.7.4 #7

Workflow file for this run

---
name: build
"on": push
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.9
- name: checkout
run: git fetch --prune --unshallow
- name: install environment
run: pip install pipenv
- name: run tests
run: make test