Skip to content

Commit

Permalink
manual path instead of make install
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-nikiforov-umn committed Nov 11, 2024
1 parent 862c801 commit 780fb4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 780fb4e

Please sign in to comment.