From 71bb072131a7cf5e5da011d879d71cd560bb749b Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Sat, 7 Sep 2024 09:45:50 +0200 Subject: [PATCH] ci: Test pip failure --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc304c12f..da5a8a3a08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,15 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' + - name: Test Python in container + run: | + which python + which pip + which python3 + which pip3 + python3 --version + python3 -m pip --version + python3 -m pip install anytree - name: Hash Verilator prerequisites id: verilator-hash uses: colluca/list-make-prerequisites@47dce852f65f327e7b5e440db21067b7c92fa07c