Skip to content

Commit

Permalink
trying a small change to the xopt install call to get macOS tests wor…
Browse files Browse the repository at this point in the history
…king
  • Loading branch information
YektaY committed Dec 6, 2023
1 parent 2094624 commit a5a5759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
run: |
pip install --no-dependencies .
- name: Install xopt
shell: bash
shell: bash -el {0}
run: |
pip install xopt
pip install --user xopt
- name: Install pyqt5
shell: bash -el {0}
run: |
Expand Down

0 comments on commit a5a5759

Please sign in to comment.