Skip to content

Commit

Permalink
try building aflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-nikiforov-umn committed Nov 11, 2024
1 parent a097124 commit 6c8ddaf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
create-args: >-
-f tests/environment.yml
- name: Install AFLOW
shell: bash -el {0}
run: |
wget http://materials.duke.edu/auro/aflow3.tar.xz
tar xf aflow3.tar.xz
cd aflow*
make -j4
make install
- name: Install KIM model
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 6c8ddaf

Please sign in to comment.