Use system python for github actions CI

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-02-03 12:58:23 -08:00
parent 35a363ff55
commit 3627ae13c1
2 changed files with 0 additions and 10 deletions

View File

@@ -9,18 +9,12 @@ jobs:
strategy:
matrix:
python-version: ["3.13"]
# group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
group: [1]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Ubuntu packages
run: |
sudo apt install -y --no-install-recommends iverilog verilator

View File

@@ -5,10 +5,6 @@ skipsdist = True
minversion = 3.2.0
requires = virtualenv >= 16.1
[gh-actions]
python =
3.13: py3
[testenv]
deps =
pytest == 8.3.4