From f77f6cfc6abd3f545581ca994d31e01576650cb1 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 23 Oct 2023 08:04:41 +0200 Subject: [PATCH] .. --- .github/workflows/test_python_ver_matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_python_ver_matrix.yml b/.github/workflows/test_python_ver_matrix.yml index 26e7ab43b9..ab8a4e3e2f 100644 --- a/.github/workflows/test_python_ver_matrix.yml +++ b/.github/workflows/test_python_ver_matrix.yml @@ -57,7 +57,7 @@ jobs: scripts/buildBNGL.sh # until https://github.com/dateutil/dateutil >2.8.2 is released - - run: pip install https://github.com/dateutil/dateutil/archive/296d419fe6bf3b22897f8f210735ac9c4e1cb796.zip + - run: pip install git+https://github.com/dateutil/dateutil.git@296d419fe6bf3b22897f8f210735ac9c4e1cb796 - name: Install python package run: |