Skip to content

Update tf.extractall filter and numpy version #23

Update tf.extractall filter and numpy version

Update tf.extractall filter and numpy version #23

Workflow file for this run

name: 🧪 Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
pipx run poetry install
pipx run poetry run pytest