Skip to content

Commit

Permalink
TST: stick to python 3.10 testing for verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Dieter committed Apr 19, 2024
1 parent 84256c2 commit b49d578
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
matrix:
include:

#- sim: icarus
# python-version: '3.11'
- sim: icarus
python-version: '3.11'

#- sim: icarus
# python-version: '3.10'
- sim: icarus
python-version: '3.10'

- sim: verilator
sim-version: v5.020
python-version: '3.11'
python-version: '3.10'
pytest-marker: "-m verilator"

steps:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
cd verilator
autoconf
./configure
make PYTHON3=/usr/share/miniconda/bin/python -j $(nproc)
make -j $(nproc)
sudo make install
- name: Install Icarus Verilog
Expand Down

0 comments on commit b49d578

Please sign in to comment.