Skip to content

Commit

Permalink
correct export command
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-nikiforov-umn committed Nov 11, 2024
1 parent 780fb4e commit f85551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
tar xf aflow3.tar.xz
cd aflow.3*
make -j4
export $PATH=$PATH:$PWD
export PATH=$PATH:$PWD
cd ..
- name: Install KIM model
Expand Down

0 comments on commit f85551c

Please sign in to comment.