Skip to content

Commit

Permalink
ci: Test pip failure
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 7, 2024
1 parent 3c3de6c commit 68419f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68419f7

Please sign in to comment.