-
Notifications
You must be signed in to change notification settings - Fork 122
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
Explore the pep517 branch issues #321
Conversation
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #321 +/- ##
=======================================
Coverage 96.78% 96.78%
=======================================
Files 20 20
Lines 1183 1183
Branches 106 106
=======================================
Hits 1145 1145
Misses 20 20
Partials 18 18 Continue to review full report at Codecov.
|
- name: Try creating an env | ||
if: matrix.python.major == 3 | ||
run: | | ||
python -m venv a_unique_env_directory | ||
tree /f a_unique_env_directory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue is pypa/virtualenv#2071
Went with #323, for now at least. |
No description provided.