Closed y4shb closed 4 years ago
@CryoZEUS I've enabled Build forked pull requests on CircleCI, I hope that pushing to this branch again will trigger a build.
@csadorf Great! Thank you!
@CryoZEUS In the end we should only have one job, linux-python-38
, and it should have two separate commands: install dependencies and run tests. We can create jobs for other Python versions after we get Python 3.8 right.
@CryoZEUS If you're going to use conda
, you should consider switching the image to continuumio/miniconda3
instead of installing it manually.
I am going to work on finishing this up.
Since the discussion on this PR is no longer relevant to the changes I made, I will close this PR and start a fresh one.
Issue : https://github.com/glotzerlab/signac-examples/issues/6
Setting up a generic CircleCI config file under signac-examples/.circleci/