From 13d5155e88f505e76c70f45a7b7e2b1f5f728af5 Mon Sep 17 00:00:00 2001 From: Cary R Date: Sun, 10 May 2026 15:18:21 -0700 Subject: [PATCH] Docopt is no longer used in the Python test script --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3dfaa7f89..60777bd6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,6 @@ jobs: - name: Install dependencies run: | brew install bison - pip3 install --break-system-packages docopt - name: Build, check and install run: | @@ -55,7 +54,7 @@ jobs: - name: Install dependencies run: | sudo apt update -qq - sudo apt install -y make g++ git bison flex gperf libreadline-dev libbz2-dev autoconf python3-sphinx python3-docopt + sudo apt install -y make g++ git bison flex gperf libreadline-dev libbz2-dev autoconf python3-sphinx - name: Build, check and install run: |