From 8abc37de303649968751511b2f8f71079b1e4aaf Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 23 Oct 2023 08:40:36 +0200 Subject: [PATCH] .. --- .github/workflows/test_python_ver_matrix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_python_ver_matrix.yml b/.github/workflows/test_python_ver_matrix.yml index ab8a4e3e2f..2ffc691668 100644 --- a/.github/workflows/test_python_ver_matrix.yml +++ b/.github/workflows/test_python_ver_matrix.yml @@ -56,13 +56,13 @@ jobs: run: | scripts/buildBNGL.sh - # until https://github.com/dateutil/dateutil >2.8.2 is released - - run: pip install git+https://github.com/dateutil/dateutil.git@296d419fe6bf3b22897f8f210735ac9c4e1cb796 - - name: Install python package run: | scripts/installAmiciSource.sh + # until https://github.com/dateutil/dateutil >2.8.2 is released + - run: source build/venv/bin/activate && pip3 install git+https://github.com/dateutil/dateutil.git@296d419fe6bf3b22897f8f210735ac9c4e1cb796 + - name: Python tests run: | source build/venv/bin/activate \