From 9d0806b4748e4e23ebfb4537852c885bae60a221 Mon Sep 17 00:00:00 2001 From: Magnus Wahlberg Date: Fri, 17 May 2024 11:42:35 +0200 Subject: [PATCH] install deeprvat --- .github/workflows/run-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-pipeline.yml b/.github/workflows/run-pipeline.yml index b443c719..ba045aef 100644 --- a/.github/workflows/run-pipeline.yml +++ b/.github/workflows/run-pipeline.yml @@ -27,6 +27,9 @@ jobs: environment-file: ${{inputs.environment_file}} cache-environment: true cache-downloads: true + - name: Install DeepRVAT + run: pip install -e ${{ github.workspace }} + shell: micromamba-shell {0} - name: Run pre pipeline cmd if: inputs.prerun_cmd run: ${{inputs.prerun_cmd}}