Skip to content

Merge pull request #2961 from ASFHyP3/dependabot/pip/pip-deps-b14f98de16 #9139

Merge pull request #2961 from ASFHyP3/dependabot/pip/pip-deps-b14f98de16

Merge pull request #2961 from ASFHyP3/dependabot/pip/pip-deps-b14f98de16 #9139

Workflow file for this run

name: Run tests
on: push
env:
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_HYP3: v0.0.0
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v6
with:
python-version: 3.13
- run: |
python -m pip install --upgrade pip
make install
- name: run pytest
run: make tests