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: | 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" ] }, {