omlins / JustSayIt.jl

Software and high-level API for offline, low latency and secure translation of human speech to computer commands or text on Linux, MacOS and Windows
BSD 3-Clause "New" or "Revised" License
87 stars 12 forks source link

Improve robustness of automatic installation of Python modules via Conda.jl #90

Closed omlins closed 1 year ago

omlins commented 1 year ago

fixes #7 cc @pfitzseb

omlins commented 1 year ago

@pfitzseb: I finally found the rabbit in the rabbit hole. The automatic installation works now also in the case that did not work before for me. Would you mind trying again on your system?

codecov-commenter commented 1 year ago

Codecov Report

Merging #90 (8dc4c5d) into main (b92dcc2) will decrease coverage by 0.07%. The diff coverage is 62.50%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #90      +/-   ##
==========================================
- Coverage   72.09%   72.02%   -0.07%     
==========================================
  Files          17       17              
  Lines        1050     1051       +1     
==========================================
  Hits          757      757              
- Misses        293      294       +1     
Impacted Files Coverage Δ
src/Commands/Keyboard.jl 73.68% <ø> (-0.10%) :arrow_down:
src/Commands/Mouse.jl 41.66% <ø> (-4.49%) :arrow_down:
src/shared.jl 83.60% <62.50%> (-1.14%) :arrow_down:

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

pfitzseb commented 1 year ago

This works fine for me.

omlins commented 1 year ago

This works fine for me.

Thanks for testing!