Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 23, 2023
1 parent f77f6cf commit 8abc37d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_python_ver_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8abc37d

Please sign in to comment.