icaros-usc / pyribs

A bare-bones Python library for quality diversity optimization.
https://pyribs.org
MIT License
205 stars 31 forks source link

Add cron job for testing installation #389

Closed btjanaka closed 9 months ago

btjanaka commented 9 months ago

Description

To increase confidence in our installation process, this PR adds a job that installs pyribs from PyPI on a daily basis. The time chosen is 19:00 UTC, which is 11AM PST or 12PM PDT (daylight savings time dictates which one applies).

This job can also be triggered by pushing to the schedule-install branch.

TODO

Questions

Status