Skip to content

Remove filter parameter in tarfile extractall #25

Remove filter parameter in tarfile extractall

Remove filter parameter in tarfile extractall #25

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