From a5f73df174d5430e67ab17642276335f9bdcce68 Mon Sep 17 00:00:00 2001 From: Ruben Arts Date: Thu, 18 Apr 2024 11:17:55 +0200 Subject: [PATCH] fix: docs no-deps fix, allign with pixi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2113d9d..5dadccb 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ This can be useful if you want to run commands inside of the pixi environment, b ```yml - run: | # everything here will be run inside of the pixi environment python --version - pip install -e --no-deps . + pip install --no-deps -e . shell: pixi run bash -e {0} ```