Skip to content

fix: treat empty ISSUE_NUMBER env as unset #2

fix: treat empty ISSUE_NUMBER env as unset

fix: treat empty ISSUE_NUMBER env as unset #2

Workflow file for this run

name: Unit Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
- name: Install dependencies
run: pip install -r requirements-dev.txt
- name: Run tests
run: pytest