From 38f77c73f3853cba4e3cd1b8ef2f7e1c2efe440c Mon Sep 17 00:00:00 2001 From: umarcor Date: Sat, 3 Jul 2021 16:49:58 +0200 Subject: ci: rename win-pyGHDL to win-pip --- .github/workflows/Test.yml | 4 ++-- 1 file 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: -- cgit v1.2.3