Update checksum assertion in test_scan to use correct value"Update ch… #51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |