aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-12-29 01:35:48 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2020-12-29 01:40:22 +0100
commite4e7afab58b8f868cbfe279a915ac6be799c6916 (patch)
treeb44f9994c26bb89eccd9c84f205b6f8b9022e54b /.github
parentb1b64fba1f54d3b1ee2656c13884471cf2b1b3a5 (diff)
downloadghdl-e4e7afab58b8f868cbfe279a915ac6be799c6916.tar.gz
ghdl-e4e7afab58b8f868cbfe279a915ac6be799c6916.tar.bz2
ghdl-e4e7afab58b8f868cbfe279a915ac6be799c6916.zip
ci: install testsuite Python requirements on MSYS2 jobs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 46346ae1e..5e1cbdb29 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -137,6 +137,7 @@ jobs:
base-devel
git
mingw-w64-${{ matrix.arch }}-toolchain
+ mingw-w64-${{ matrix.arch }}-python-pip
- run: git config --global core.autocrlf input
shell: bash
@@ -170,8 +171,7 @@ jobs:
- name: Test package
run: |
- env | grep MSYSTEM
- env | grep MINGW
+ pip3 install -r testsuite/requirements.txt
GHDL=ghdl ./testsuite/testsuite.sh
env:
MSYSTEM: ${{ matrix.installs }}