We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d80ef1 commit ea0f32fCopy full SHA for ea0f32f
.github/workflows/python-package.yml
@@ -25,6 +25,9 @@ jobs:
25
pip install -r requirements.txt
26
pip install -r requirements-dev.txt
27
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
31
- name: Typecheck and stylecheck
32
run: |
33
make typecheck
0 commit comments