Skip to content

Bump database to 2023-11-07 06:42:16 GMT #8

Bump database to 2023-11-07 06:42:16 GMT

Bump database to 2023-11-07 06:42:16 GMT #8

Workflow file for this run

name: Unit test
on: [push, pull_request]
jobs:
unittest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- run: poetry install
- run: poetry run python pycccedict/cccedict_test.py