BAMWelDX / weldx

The welding data exchange format
https://www.bam.de/weldx
BSD 3-Clause "New" or "Revised" License
20 stars 10 forks source link

Conda recipe fix deps #809

Closed marscher closed 1 year ago

marscher commented 1 year ago

Changes

Since conda does not know the concept of optional dependencies, so we install all optional features from pyproject.toml to ensure everything is working. The test dependencies are also obtained from pyproject.toml

codecov[bot] commented 1 year ago

Codecov Report

Merging #809 (d118239) into master (1bdaf78) will not change coverage. The diff coverage is n/a.

:exclamation: Current head d118239 differs from pull request most recent head 7d727a8. Consider uploading reports for the commit 7d727a8 to get more accurate results

@@           Coverage Diff           @@
##           master     #809   +/-   ##
=======================================
  Coverage   96.80%   96.80%           
=======================================
  Files          81       81           
  Lines        5380     5380           
=======================================
  Hits         5208     5208           
  Misses        172      172           

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

github-actions[bot] commented 1 year ago

Test Results

2 185 tests  ±0   2 184 :heavy_check_mark: ±0   3m 35s :stopwatch: -3s        1 suites ±0          1 :zzz: ±0         1 files   ±0          0 :x: ±0 

Results for commit d118239f. ± Comparison against base commit 1bdaf78a.

:recycle: This comment has been updated with latest results.

CagtayFabry commented 1 year ago

great solution, thank you!