Use symmetric difference iterator #11

Merged
roysc merged 27 commits from symmetric-diff-iterator into main 2023-09-20 03:22:19 +00:00
Showing only changes of commit 7d223d9c0b - Show all commits

View File

@ -80,9 +80,9 @@ jobs:
LACONIC_SO: ../laconic-so
run: ./scripts/integration-setup.sh
- name: Install Python
env:
DEBIAN_FRONTEND: noninteractive
run: apt-get update && apt-get install -y python3-pip
uses: actions/setup-python@v4
with:
python-version: 3.10
- name: Run tests
working-directory: ./system-tests
run: |