Skip to content

Commit

Permalink
Update testsuite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin authored Jul 8, 2024
1 parent 92b0ce2 commit cce8f3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:

- name: Install dependencies
run: |
apt-get install sqlite3 libsqlite3-dev
apt-get update
apt-get install -y sqlite3 libsqlite3-dev
pip install -r requirements.txt
- name: Debug
Expand Down

0 comments on commit cce8f3d

Please sign in to comment.