Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pipfile to use on circleci #23

Open
2 tasks
fortin-alex opened this issue May 22, 2022 · 0 comments
Open
2 tasks

Add Pipfile to use on circleci #23

fortin-alex opened this issue May 22, 2022 · 0 comments
Assignees
Labels
maintenance Tag used for repository setup and devops

Comments

@fortin-alex
Copy link
Owner

User story
As a developer working on this repo,
I want my tests and checks to be compatible with circleci,
So that I can only merge good quality code.

At the moment, pipenv does not support specifiying different package version based on OS or platform. So we will maintain 2 Pipfile. One that uses the raspberry pi specific versions of torch, and torchvision and another one that uses the regular versions of the same package version.

See pipenv discussion on this issue here.

Acceptance criteria

  • Add Pipfile and Pipfile.lock in ./.circleci
  • Modify ./circleci/config.yaml to use the circleci specific environment
@fortin-alex fortin-alex added the maintenance Tag used for repository setup and devops label May 22, 2022
@fortin-alex fortin-alex self-assigned this May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tag used for repository setup and devops
Projects
None yet
Development

No branches or pull requests

1 participant