Skip to content

build(deps): bump pymysql from 0.9.3 to 1.1.1 #177

build(deps): bump pymysql from 0.9.3 to 1.1.1

build(deps): bump pymysql from 0.9.3 to 1.1.1 #177

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