quacc icon indicating copy to clipboard operation
quacc copied to clipboard

Re-enable the tests for VASP recipes on Windows in GitHub Actions CI

Open Andrew-S-Rosen opened this issue 1 year ago • 0 comments

What would you like to report?

https://github.com/Quantum-Accelerators/quacc/blob/76d85e1fc2308fa70ab47bc94c4b0791e1456f76/tests/core/recipes/vasp_recipes/mocked/test_vasp_recipes.py#L5-L8

This pytestmark should be removed from the test suite. However, doing so causes an error to be raised regarding the VASP_PP_PATH environment variable even though it is set in the conftest.py file below:

https://github.com/Quantum-Accelerators/quacc/blob/76d85e1fc2308fa70ab47bc94c4b0791e1456f76/tests/core/recipes/vasp_recipes/mocked/conftest.py#L21-L25

Strangely, the tests run just fine on my Windows machine, but it's not passing on GitHub Actions' Windows machine.

Andrew-S-Rosen avatar Mar 20 '24 22:03 Andrew-S-Rosen