icaros-usc / pyribs

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

Use Conda envs in all CI jobs #368

Closed btjanaka closed 10 months ago

btjanaka commented 10 months ago

Description

We encountered an issue in #366 where different Python instances caused swig to not be found. To prevent this and similar issues in the future, this PR creates Conda envs to ensure that we always / are more likely to use the correct version of Python.

TODO

Questions

Status