Docopt is no longer used in the Python test script

This commit is contained in:
Cary R 2026-05-10 15:18:21 -07:00
parent 8c7f3452c5
commit 13d5155e88
1 changed files with 1 additions and 2 deletions

View File

@ -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: |