mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Docopt is no longer used in the Python test script
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user