Skip to content

Commit

Permalink
install sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene123tw committed Jan 14, 2025
1 parent a1e3795 commit 39610bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pre_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
tox-env: "py311"
name: Intense-Unit-Test-with-Python${{ matrix.python-version }}
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libsqlite3-0 libsqlite3-dev
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Python
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ commands =
deps =
.[base,dev]
commands =
; Run Unit-Test with coverage report.
pytest -m "intense" tests/unit {posargs}


Expand Down

0 comments on commit 39610bc

Please sign in to comment.