Skip to content

Commit ea0f32f

Browse files
committed
Uninstall psij when installing depdendencies, since psij is provided
by the current package.
1 parent 9d80ef1 commit ea0f32f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
pip install -r requirements.txt
2626
pip install -r requirements-dev.txt
2727
pip install -r requirements-connector-radical.txt
28+
# Radical depends on PSI/J. However, the version we are
29+
# testing provide that dependency
30+
pip uninstall -y psij-python
2831
- name: Typecheck and stylecheck
2932
run: |
3033
make typecheck

0 commit comments

Comments
 (0)