From 780fb4e3efb28b31a0427b9dbc8e7be7fa671a87 Mon Sep 17 00:00:00 2001 From: ilia Nikiforov Date: Sun, 10 Nov 2024 18:54:02 -0600 Subject: [PATCH] manual path instead of make install --- .github/workflows/testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0e792b4..b6bc47c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -25,7 +25,8 @@ jobs: tar xf aflow3.tar.xz cd aflow.3* make -j4 - make install + export $PATH=$PATH:$PWD + cd .. - name: Install KIM model shell: bash -el {0}