diff makefile @ 2063:1c772cb39908

got rdfdb to use local dev version, finally
author drewp@bigasterisk.com
date Sat, 21 May 2022 01:46:29 -0700
parents d41530a84d4b
children 13d1fc32125b
line wrap: on
line diff
--- a/makefile	Mon May 16 01:33:49 2022 -0700
+++ b/makefile	Sat May 21 01:46:29 2022 -0700
@@ -44,7 +44,7 @@
 
 pdm_local_install:
 	# drew has ~/bin in $PATH
-	pip install pdm
+	pip install "pdm==1.15.0"
 	ln -s ../.local/bin/pdm ~/bin
 
 js: