From 9b6e09d36833021a808b4996a92a5c7c62d053b3 Mon Sep 17 00:00:00 2001 From: Mouffok Sarah Date: Thu, 15 Dec 2022 13:54:38 +0100 Subject: [PATCH 1/2] updated staging url in notebooks --- examples/notebooks/Push embedding pipelines into Nexus.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/Push embedding pipelines into Nexus.ipynb b/examples/notebooks/Push embedding pipelines into Nexus.ipynb index 4c4e71ef..23496703 100644 --- a/examples/notebooks/Push embedding pipelines into Nexus.ipynb +++ b/examples/notebooks/Push embedding pipelines into Nexus.ipynb @@ -325,7 +325,7 @@ "id": "5c19310b", "metadata": {}, "source": [ - "Get your token from https://staging.nexus.ocp.bbp.epfl.ch/" + "Get your token from https://staging.nise.bbp.epfl.ch/nexus" ] }, { From 824363c5fb646cc14a23447f394230d7ad9aeeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mohameth=20Fran=C3=A7ois=20SY?= Date: Sat, 17 Dec 2022 16:03:59 +0100 Subject: [PATCH 2/2] Updated workflows/test to list neo4j versions --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d05de0a..bd8e82b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,7 @@ jobs: wget -O - https://debian.neo4j.com/neotechnology.gpg.key | sudo apt-key add - echo 'deb https://debian.neo4j.com stable latest' | sudo tee -a /etc/apt/sources.list.d/neo4j.list sudo apt-get update + sudo apt list -a neo4j sudo apt-get install neo4j=1:4.4.3 - name: Download the graph data science lib run: |