diffpy / diffpy.srmise

Other
0 stars 7 forks source link

fix dependency installation #110

Closed stevenhua0320 closed 2 months ago

stevenhua0320 commented 2 months ago

Closes #109

bobleesj commented 2 months ago

@stevenhua0320 Hi Steven,

In workflows/main.yml,

please change the line from

pip install .

to

pip install . --no-deps

We do not want the CI to re-install all of the dependencies again once we have already installed them via conda.

Reference: https://github.com/Billingegroup/bg-mpl-stylesheets/pull/60/files