Skip to content

Commit

Permalink
Temporary fix: Update csv to sqlite tool repository
Browse files Browse the repository at this point in the history
Until this PR simonw/csvs-to-sqlite#92 is merged
  • Loading branch information
LuighiV committed Apr 6, 2023
1 parent 46a0671 commit a376e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/attendance-voting/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ docker run --rm --name attendance-voting \
docker run --rm --name plenary-days \
-v "$(pwd)":/usr/src/myapp \
-w /usr/src/myapp python:3.9 \
/bin/bash -c "pip install csvs-to-sqlite; csvs-to-sqlite plenos.csv plenos.db; chown ${UID}:0 plenos.db"
/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"


0 comments on commit a376e82

Please sign in to comment.