Skip to content

Fix error in image ref #273

Fix error in image ref

Fix error in image ref #273

Workflow file for this run

name: Quick Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel tox
- name: Test with tox
run: |
tox -e py
- name: Uploade coverage to codecov.io
if: matrix.python-version == '3.12'
uses: codecov/codecov-action@v3
with:
file: coverage.xml