Skip to content

Commit

Permalink
MAINT: quote python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Dieter committed Jan 5, 2024
1 parent 227625f commit 4351cea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
include:

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

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

- sim: verilator
sim-version: v4.106
python-version: 3.11
python-version: '3.11'
pytest-marker: "-m verilator"

steps:
Expand Down

0 comments on commit 4351cea

Please sign in to comment.