Skip to content

chore: bump version to 1.0.2 in pyproject.toml πŸš€ #65

chore: bump version to 1.0.2 in pyproject.toml πŸš€

chore: bump version to 1.0.2 in pyproject.toml πŸš€ #65

Workflow file for this run

name: πŸ§ͺ Cli testing
on:
push:
branches:
- "**"
paths:
- cli/**
- .github/workflows/test-cli.yml
defaults:
run:
working-directory: cli
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-13]
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
pipx run poetry install
pipx run poetry run pytest