diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/Test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index a53c7313b..163eba0ec 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -484,7 +484,9 @@ jobs: 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) + run: | + pip install pyTooling.Packaging wheel + pip install ("git+https://github.com/ghdl/ghdl.git@" + $env:GHDL_HASH) - name: '🚦 Test pyGHDL entrypoints' run: | |