From f5d125ec50871cb3f2662ec75230371063cbb4d0 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Wed, 22 May 2024 06:27:32 +0100 Subject: [PATCH] revert test-install fix --- .github/workflows/test-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 4f66ea6d2a..c72c1f4ba6 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -216,7 +216,7 @@ jobs: run: sudo apt update && sudo apt install postgresql graphviz - name: Install aiida-core - uses: ./.github/actions/install-aiida-core + uses: .github/actions/install-aiida-core with: python-version: ${{ matrix.python-version }} extras: '[atomic_tools, docs, notebook, rest, tests, tui]'