Skip to content

test: version assertions read the real version, not a pinned literal #212

test: version assertions read the real version, not a pinned literal

test: version assertions read the real version, not a pinned literal #212

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: python -m pip install -e ".[test]"
- run: python -m pytest