Skip to content

Commit

Permalink
Fix building on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Aug 16, 2023
1 parent e0f7dcf commit 6f160fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ venv/:
venv/bin/pip install --upgrade pip wheel

venv/installed: venv/
venv/bin/pip install setuptools
venv/bin/pip install -e ".[test,doc]"
touch venv/installed

Expand Down Expand Up @@ -95,4 +96,4 @@ database-init:
monetdb destroy -f $(DATABASE) || true
monetdb create $(DATABASE)
monetdb release $(DATABASE)
monetdb start $(DATABASE)
monetdb start $(DATABASE)

0 comments on commit 6f160fd

Please sign in to comment.