Skip to content

Bump the all group with 1 update #23

Bump the all group with 1 update

Bump the all group with 1 update #23

name: Python UTF-8 Decoder Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Test with pytest
run: |
pytest py-utf8-decoder