From 1086c313b1d9de440ca54c1c10bf30ae1a2eb12c Mon Sep 17 00:00:00 2001 From: toloudis Date: Fri, 5 Jun 2026 11:09:45 -0700 Subject: [PATCH] fixing ci, by explicitly adding pip to the conda environment.yml --- Justfile | 2 +- environment.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 99164809..a3feba5b 100644 --- a/Justfile +++ b/Justfile @@ -23,7 +23,7 @@ clean: # install with all deps (and setup conda env with readdy) install: conda env update --file environment.yml - pip install -e .[lint,test,docs,dev,mcell,physicell,md,cellpack,mem3dg,usd] + python -m pip install -e .[lint,test,docs,dev,mcell,physicell,md,cellpack,mem3dg,usd] # lint, format, and check all files lint: diff --git a/environment.yml b/environment.yml index 28cd9726..b5041a56 100644 --- a/environment.yml +++ b/environment.yml @@ -4,3 +4,4 @@ channels: dependencies: - readdy - numpy>=1.20 + - pip