-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows GH Action tests not running #78
Comments
I tried reinstating the Windows tests in PR #89 but they still get stuck in |
I found a Windows machine, downloaded this repo, and followed the instructions to install using the Anaconda Prompt CLI. Findings:
Then the command prompt is back.
Conclusion:The failures of the GH Actions tests on are related to the SolutionThe The only potential problem I foresee with this is that CSV files are larger (often much larger) than .RData files. It could be that the CSV file with the same data exceeds the 100MB file limit for GH. If this is the case, we can compress it or use a different file format (but ideally one that can be created and output from R so that it can be done in cc @rickecon |
For the last three PR's (PR #73 #74 #75 #76), the Windows operating system tests in
build_and_test.yml
are not running on GitHub Actions. The Checkout, Setup Miniconda, and Build sections all run, but it stalls out at the test section. PR #76 temporarily removes the Windows tests from thebuild_and_test.yml
GH Action. But we need to get those tests back in.We should watch closely if the implementation of the OG-ZAF testing suite has the same issues. If not, we should look at the differences between OG-USA and OGZAF and OG-Core. In the latter two, the GH Actions on all three operating systems work. We suspect that the issue might be some dependencies in OG-USA that are not in those other two repositories.
cc: @jdebacker
The text was updated successfully, but these errors were encountered: