From 47924b277652f26bc5aca8fe7a31141a0802f672 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 22 Apr 2026 14:29:58 -0700 Subject: [PATCH] docs: align pilot workflow with Assay 1.22 --- docs/pilot/quickstart.md | 4 ++-- docs/pilot/starter-workflow.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pilot/quickstart.md b/docs/pilot/quickstart.md index ef33808..1683b92 100644 --- a/docs/pilot/quickstart.md +++ b/docs/pilot/quickstart.md @@ -64,7 +64,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" - - run: pip install "assay-ai @ git+https://github.com/Haserjian/assay.git@13db5ba" + - run: pip install "assay-ai==1.22.0" - name: Run evidence gate run: | mkdir -p .assay @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" - - run: pip install "assay-ai>=1.10.1" + - run: pip install "assay-ai==1.22.0" - name: Import pinned assay signer env: ASSAY_SIGNER_KEY_B64: ${{ secrets.ASSAY_SIGNER_KEY_B64 }} diff --git a/docs/pilot/starter-workflow.yml b/docs/pilot/starter-workflow.yml index 531b021..9567a31 100644 --- a/docs/pilot/starter-workflow.yml +++ b/docs/pilot/starter-workflow.yml @@ -50,7 +50,7 @@ jobs: python-version: "3.12" - name: Install assay - run: pip install "assay-ai @ git+https://github.com/Haserjian/assay.git@13db5ba" + run: pip install "assay-ai==1.22.0" - name: Run evidence gate run: | @@ -79,7 +79,7 @@ jobs: python-version: "3.12" - name: Install assay - run: pip install "assay-ai>=1.10.1" + run: pip install "assay-ai==1.22.0" - name: Import pinned assay signer env: