Skip to content

Commit e564ced

Browse files
committed
Install polarizationsolver explicitly in CI
1 parent 5512aa1 commit e564ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- name: Configure, build, install
8888
run: |
8989
python -m pip install -v .[test]
90+
python -m pip install "git+https://gitlab.com/robertodr/polarizationsolver.git"
9091
9192
- name: Test
9293
run: |

0 commit comments

Comments
 (0)