From 948b5a2b297587c07e080ad62cc9b51b52a9399a Mon Sep 17 00:00:00 2001 From: daklauss Date: Tue, 16 Jul 2024 10:06:02 +0200 Subject: [PATCH] added line for updateting env --- .github/workflows/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 185ade1..e1393f2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -40,6 +40,10 @@ jobs: activate-environment: cadpythonsim channels: conda-forge, + - name: install conda env + run: | + mamba env update -n cadpythonsim -f ${{ env.CONDA_FILE }} + - name: Install run: | python -m pip install --upgrade pip