Skip to content

Commit a376e82

Browse files
committed
Temporary fix: Update csv to sqlite tool repository
Until this PR simonw/csvs-to-sqlite#92 is merged
1 parent 46a0671 commit a376e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/attendance-voting/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ docker run --rm --name attendance-voting \
4747
docker run --rm --name plenary-days \
4848
-v "$(pwd)":/usr/src/myapp \
4949
-w /usr/src/myapp python:3.9 \
50-
/bin/bash -c "pip install csvs-to-sqlite; csvs-to-sqlite plenos.csv plenos.db; chown ${UID}:0 plenos.db"
50+
/bin/bash -c "pip install git+https://github.com/LuighiV/csvs-to-sqlite.git@main; csvs-to-sqlite plenos.csv plenos.db; chown ${UID}:0 plenos.db"
5151

5252

0 commit comments

Comments
 (0)