Skip to content

Commit

Permalink
fix CI for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodelugas committed Feb 29, 2024
1 parent 04d42c4 commit 5db2a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_yaml2qeinput_script(self):
os.remove(in_filename)

if platform.system() == 'Windows':
os.system("python %s -in %s" % (py_filename, xml_filename))
os.system("python %s -schema qes_test_ref.xsd -in %s" % (py_filename, xml_filename))
self.assertTrue('Al001_relax_bfgs.in' in os.listdir(os.path.dirname(xml_filename)))
else:
if platform.system() == 'Linux':
Expand Down

0 comments on commit 5db2a87

Please sign in to comment.