aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/Test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 160d4048a..66274543d 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -317,7 +317,7 @@ jobs:
# Windows pyGHDL
#
- win-pyGHDL:
+ win-pip:
needs: win-build
runs-on: windows-latest
strategy:
@@ -371,7 +371,7 @@ jobs:
Release:
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || contains(github.ref, 'refs/tags/'))
- needs: [ doc, lin, osx, win-test, win-pyGHDL ]
+ needs: [ doc, lin, osx, win-test, win-pip ]
runs-on: ubuntu-latest
name: '📦 Release'
steps: