quacc
quacc copied to clipboard
Re-enable the tests for VASP recipes on Windows in GitHub Actions CI
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.