Skip to content

Update checksum assertion in test_scan to use correct value"Update ch… #51

Update checksum assertion in test_scan to use correct value"Update ch…

Update checksum assertion in test_scan to use correct value"Update ch… #51

name: Test python-core
on:
push:
branches:
- "**"
paths:
- python-core/**
- .github/workflows/test-python-core.yml
defaults:
run:
working-directory: python-core
jobs:
test:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Run tests
run: |
pipx run poetry install
pipx run poetry run pytest