diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-14 11:00:57 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-14 11:00:57 +0100 |
commit | 75bd31ff74ba3965bec27bf34a93b9c451e0d749 (patch) | |
tree | d95d2deb3c90efc11b4d0288ee9dc6b086c62a39 /.github/workflows | |
parent | 8a48be3f32e08eadc25b08d0929a9e117d8a94aa (diff) | |
download | ghdl-75bd31ff74ba3965bec27bf34a93b9c451e0d749.tar.gz ghdl-75bd31ff74ba3965bec27bf34a93b9c451e0d749.tar.bz2 ghdl-75bd31ff74ba3965bec27bf34a93b9c451e0d749.zip |
One more dependency.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 163eba0ec..93b0a4475 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -485,7 +485,7 @@ jobs: - name: '🚦 Test installation of pyGHDL through pip' run: | - pip install pyTooling.Packaging wheel + pip install pyTooling pyTooling.Packaging wheel pip install ("git+https://github.com/ghdl/ghdl.git@" + $env:GHDL_HASH) - name: '🚦 Test pyGHDL entrypoints' |