Skip to content

feat: new stripN and ability to download blobs from homebrew #617

feat: new stripN and ability to download blobs from homebrew

feat: new stripN and ability to download blobs from homebrew #617

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.11
3.12
- run: pip install tox
- run: tox