Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/python-gonol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ jobs:
run: python -m pip install pytest
- name: Stack structural consistency
run: python tools/check_stack_consistency.py
- name: Checkout pinned UCNS Public Gonol authority
uses: actions/checkout@v6
with:
repository: The-Interdependency/ucns
ref: 62e08ee1cf3b5d7b6e48c927b1047509e6328b5c
path: .ci/ucns
persist-credentials: false
- name: Python Gonol construction tests
working-directory: research/python-gonol
env:
UCNS_SOURCE_ROOT: ${{ github.workspace }}/.ci/ucns
run: python -m pytest -q tests