Skip to content

Commit

Permalink
remove the manual installation of mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsage1 committed Oct 21, 2024
1 parent 253a2ee commit fbc2ca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/openchallenges/edam-etl/prepare-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ pyenv local $PYTHON_VERSION
poetry env use $PYTHON_VERSION
poetry install --with prod,dev

sudo apt-get update
sudo apt-get install -y libmariadb-dev
pip install packaging
# sudo apt-get update
# sudo apt-get install -y libmariadb-dev
# pip install packaging

0 comments on commit fbc2ca6

Please sign in to comment.