Skip to content

do decimal conversion explicitly in mapper #33

do decimal conversion explicitly in mapper

do decimal conversion explicitly in mapper #33

Workflow file for this run

name: ci
on:
push:
branches:
[ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: checkout head
uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Test with unittest
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-test.txt
python -m unittest