Skip to content

fix: wrap pip/conda pkgs in single quotes #239

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

Merged
merged 1 commit into from
Nov 13, 2018
Merged

fix: wrap pip/conda pkgs in single quotes #239

merged 1 commit into from
Nov 13, 2018

Conversation

kaczmarj
Copy link
Collaborator

This changes the installation of conda and pip packages from

conda install traits>=4

to

conda install 'traits>=4'

This prevents writing to a file named =4.

@codecov-io
Copy link

codecov-io commented Nov 13, 2018

Codecov Report

Merging #239 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #239   +/-   ##
=======================================
  Coverage   80.95%   80.95%           
=======================================
  Files          33       33           
  Lines        1512     1512           
  Branches      156      156           
=======================================
  Hits         1224     1224           
  Misses        213      213           
  Partials       75       75

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c595af1...83e8362. Read the comment docs.

@kaczmarj kaczmarj merged commit f7055a1 into master Nov 13, 2018
@kaczmarj kaczmarj deleted the fix/condapkgs branch November 13, 2018 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants