Skip to content

Commit

Permalink
Update main_edually-pilot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lafonsecallorca authored Oct 20, 2024
1 parent e282ecd commit dc48815
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main_edually-pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
run: |
python -m venv venv
source venv/bin/activate
- name: Install SQLite
run: |
sudo apt-get update
sudo apt-get install -y sqlite3 libsqlite3-dev
- name: Install dependencies
run: pip install -r requirements.txt

Expand Down

0 comments on commit dc48815

Please sign in to comment.