Skip to content

Commit

Permalink
Remove commented install
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 9, 2024
1 parent 738cfc4 commit 42e4186
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
run: |
sudo apt-get install libpq-dev
psql --no-password -h localhost -c 'create database emmaadb_test;' -U postgres
# wget -nv https://files.pythonhosted.org/packages/91/a1/55b8224cbc9986bbad4b8f0f2dd11892845156b759b3495202d457ca0b73/kappy-4.0.94-cp37-cp37m-manylinux2010_x86_64.whl
# mv kappy-4.0.94-cp37-cp37m-manylinux2010_x86_64.whl kappy-4.0.94-cp37-cp37m-manylinux2010_x86_64.zip
# unzip kappy-4.0.94-cp37-cp37m-manylinux2010_x86_64.zip
sudo apt-get install graphviz libgraphviz-dev pkg-config
python -m pip install --upgrade pip
pip install kappy==4.1.2
Expand Down

0 comments on commit 42e4186

Please sign in to comment.