diff options
Diffstat (limited to '.github')
-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' |