You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reason="Skipping this test on Windows in GitHub Actions.",
) # this works locally on Windows, but no clue why it fails on GitHub Actions
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:
What would you like to report?
quacc/tests/core/recipes/vasp_recipes/mocked/test_vasp_recipes.py
Lines 5 to 8 in 76d85e1
This
pytestmark
should be removed from the test suite. However, doing so causes an error to be raised regarding theVASP_PP_PATH
environment variable even though it is set in theconftest.py
file below:quacc/tests/core/recipes/vasp_recipes/mocked/conftest.py
Lines 21 to 25 in 76d85e1
Strangely, the tests run just fine on my Windows machine, but it's not passing on GitHub Actions' Windows machine.
The text was updated successfully, but these errors were encountered: