Skip to content

build(deps): bump requests from 2.31.0 to 2.32.4 #185

build(deps): bump requests from 2.31.0 to 2.32.4

build(deps): bump requests from 2.31.0 to 2.32.4 #185

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install dependencies
run: make install
- name: Run test
run: make test