From 90a820dc862d7bf217a1f2a36c2b460e32734b9f Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 15 Dec 2021 23:59:27 +0100 Subject: ci: remove explicitly installing pyTooling --- .github/workflows/Test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github/workflows/Test.yml') diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 93b0a4475..5ca4542c0 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -480,13 +480,10 @@ 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 pyTooling pyTooling.Packaging wheel - pip install ("git+https://github.com/ghdl/ghdl.git@" + $env:GHDL_HASH) + run: pip install ("git+https://github.com/ghdl/ghdl.git@" + $env:GHDL_HASH) - name: '🚦 Test pyGHDL entrypoints' run: | -- cgit v1.2.3