lkelly93 / scheduler

Schedules and runs foreign code sequentially.
MIT License
0 stars 1 forks source link

Fixed issue with GitHub Actions. #14

Closed joshua-sterner closed 4 years ago

joshua-sterner commented 4 years ago

The errors that were previously occurring when running the tests in GitHub Actions were caused by the incompatibility of our Java runner implementation with Java 8. I restored .github/workflows/go.yml and updated it to require Java 11.0.8, Python 3.6 (previously the python version was unspecified), and NumPy.