aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-18 00:06:42 +0100
committerGitHub <noreply@github.com>2021-12-18 00:06:42 +0100
commit45559a72376b558d4ffd61fbfbcf47ea75a9f41a (patch)
treec53b4ebc9d5dc410f38660faabd12fb64fb1dbe2 /.github
parentf32d77707a2639fed94978965b3a9690c2bf7904 (diff)
parent4c700e385b9773a46c85386d23038b1d47afd4e7 (diff)
downloadghdl-45559a72376b558d4ffd61fbfbcf47ea75a9f41a.tar.gz
ghdl-45559a72376b558d4ffd61fbfbcf47ea75a9f41a.tar.bz2
ghdl-45559a72376b558d4ffd61fbfbcf47ea75a9f41a.zip
Updates for pyGHDL
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 8931a8f29..1c737a57c 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -85,7 +85,7 @@ jobs:
sudo apt update -qq
sudo apt install -y gnat
python -m pip install --upgrade pip
- python -m pip install black wheel
+ python -m pip install black wheel pyTooling
- name: '🚧 Update Python bindings'
run: ./scripts/update_py_bindings.sh
@@ -480,8 +480,7 @@ jobs:
architecture: ${{ matrix.pyarch }}
- name: '🐍 Install Python dependencies'
- run: |
- pip3 install -r testsuite/requirements.txt
+ run: pip3 install -r testsuite/requirements.txt
- name: '🚦 Test installation of pyGHDL through pip'
run: pip install ("git+https://github.com/ghdl/ghdl.git@" + $env:GHDL_HASH)