From 829f62fe4931259c4ffaa04409744633825df0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6ther?= Date: Mon, 18 Sep 2023 16:06:16 +0200 Subject: [PATCH] try micromambda --- .github/actions/mamba/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/mamba/action.yml b/.github/actions/mamba/action.yml index df0c07ea2..41d3b0a03 100644 --- a/.github/actions/mamba/action.yml +++ b/.github/actions/mamba/action.yml @@ -62,6 +62,6 @@ runs: - name: Install dev requirements run: | - microamba run -n modyn pip install -e . + micromamba run -n modyn pip install -e . micromamba run -n modyn pip install -r dev-requirements.txt shell: bash -l {0} \ No newline at end of file