Skip to content

Add invert helper function to wrap linear_solve in FunctionLinearOper… #99

Add invert helper function to wrap linear_solve in FunctionLinearOper…

Add invert helper function to wrap linear_solve in FunctionLinearOper… #99

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Release
uses: patrick-kidger/action_update_python_project@v8
with:
python-version: "3.11"
# Uninstall and reinstall pytest to work around the fact that it doesn't get put into `bin` otherwise.
test-script: |
cp -r ${{ github.workspace }}/tests ./tests
cp ${{ github.workspace }}/pyproject.toml ./pyproject.toml
uv pip uninstall pytest
uv sync --no-install-project --inexact
uv run --no-sync pytest
pypi-token: ${{ secrets.pypi_token }}
github-user: patrick-kidger
github-token: ${{ github.token }}