Skip to content

Bump certifi from 2023.7.22 to 2024.2.2 in the pip group across 1 directory #14

Bump certifi from 2023.7.22 to 2024.2.2 in the pip group across 1 directory

Bump certifi from 2023.7.22 to 2024.2.2 in the pip group across 1 directory #14

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make setup
- name: Run test
run: |
make test