Learnosity / learnosity-sdk-python

Learnosity SDK for Python
Apache License 2.0
8 stars 10 forks source link

[BUILD] Fix up venv dependencies in Makefile #22

Closed flakeparadigm closed 5 years ago

flakeparadigm commented 5 years ago

This PR adds the venv dependency to every Make target that uses venv. While some may be redundant, I've opted for explicit declarations of this dependency.

Checklist