Skip to content

build(deps): bump charset-normalizer from 2.0.12 to 3.4.4 #199

build(deps): bump charset-normalizer from 2.0.12 to 3.4.4

build(deps): bump charset-normalizer from 2.0.12 to 3.4.4 #199

Workflow file for this run

name: ci
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v2
- name: install python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install node
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: install requirements
run: make install-requirements
- name: run tests
run: make