Docopt is no longer used in the Python test script
This commit is contained in:
parent
8c7f3452c5
commit
13d5155e88
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue