NeuralMMO / environment

Neural MMO - A Massively Multiagent Environment for Artificial Intelligence Research
https://neuralmmo.github.io
MIT License
508 stars 67 forks source link

cicd #50

Closed dsctt closed 2 years ago

dsctt commented 2 years ago

Proposed starting point for cicd using Github Actions.

When a pull request or push is made to master:

When a Release is published, additionally pushes the following to pypi using the version set in setup.py:

Setup required:

*Currently it looks like test_performance.py causes the workflow to hang (only on the build servers) so that must be addressed before merge.