Skip to content

Commit

Permalink
add missing pytest ?
Browse files Browse the repository at this point in the history
  • Loading branch information
saicharan0112 committed Oct 2, 2023
1 parent 7af79e0 commit e2a14f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_python_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
max-parallel: 12
matrix:
python-version: [3.8, 3.9, '3.10'] # https://github.com/actions/setup-python/issues/160#issuecomment-724485470
python-version: ["3.8", "3.9", "3.10"]
os: [ubuntu-latest]

steps:
Expand All @@ -36,6 +36,7 @@ jobs:
sudo apt install -y ngspice
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
# pip install .
- name: Test with pytest
run: pytest

0 comments on commit e2a14f6

Please sign in to comment.