diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-18 00:06:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 00:06:42 +0100 |
commit | 45559a72376b558d4ffd61fbfbcf47ea75a9f41a (patch) | |
tree | c53b4ebc9d5dc410f38660faabd12fb64fb1dbe2 /.github | |
parent | f32d77707a2639fed94978965b3a9690c2bf7904 (diff) | |
parent | 4c700e385b9773a46c85386d23038b1d47afd4e7 (diff) | |
download | ghdl-45559a72376b558d4ffd61fbfbcf47ea75a9f41a.tar.gz ghdl-45559a72376b558d4ffd61fbfbcf47ea75a9f41a.tar.bz2 ghdl-45559a72376b558d4ffd61fbfbcf47ea75a9f41a.zip |
Updates for pyGHDL
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/Test.yml | 5 |
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) |