From b436ae8b10d8e3e13665ed7a357789b89026043b Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Fri, 7 Jun 2024 11:49:26 +0100
Subject: [PATCH] Temporary test with latest owmeta-core dev
---
ci-install.sh | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/ci-install.sh b/ci-install.sh
index f3941884..da38cbe1 100755
--- a/ci-install.sh
+++ b/ci-install.sh
@@ -1,5 +1,12 @@
#!/bin/sh -ex
+# Temporary test with latest owmeta-core dev
+git clone https://github.com/openworm/owmeta-core
+cd owmeta-core
+pip install .
+
+pip list
+
pip install -e .
pip install coveralls
pip install -r test-requirements.txt