diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-07-03 16:49:58 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-07-18 23:51:01 +0200 |
commit | 38f77c73f3853cba4e3cd1b8ef2f7e1c2efe440c (patch) | |
tree | 48ecbe66468acd811f1ecd70d1166e9aa6e81be9 | |
parent | 683fe8ba069f3ff8c21f068c1e3343547de1139d (diff) | |
download | ghdl-38f77c73f3853cba4e3cd1b8ef2f7e1c2efe440c.tar.gz ghdl-38f77c73f3853cba4e3cd1b8ef2f7e1c2efe440c.tar.bz2 ghdl-38f77c73f3853cba4e3cd1b8ef2f7e1c2efe440c.zip |
ci: rename win-pyGHDL to win-pip
-rw-r--r-- | .github/workflows/Test.yml | 4 |
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: |