Skip to content

Commit

Permalink
Uninstall psij when installing depdendencies, since psij is provided
Browse files Browse the repository at this point in the history
by the current package.
  • Loading branch information
hategan committed Feb 14, 2025
1 parent 9d80ef1 commit ea0f32f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -r requirements-connector-radical.txt
# Radical depends on PSI/J. However, the version we are
# testing provide that dependency
pip uninstall -y psij-python
- name: Typecheck and stylecheck
run: |
make typecheck
Expand Down

0 comments on commit ea0f32f

Please sign in to comment.