Skip to content

Commit

Permalink
attemps to fix xopt install
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Sep 17, 2024
1 parent b1c1839 commit 4ed7d06
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
run: |
pip install PyQt5
# # TODO: Have to install xopt with pip for now
# # should put xopt>=2.1 in the environment.yml later
# # to install xopt with conda
# - name: Install Xopt v2.1+
# shell: bash -el {0}
# run: |
# pip install xopt
# TODO: Have to install xopt with pip for now
# should put xopt>=2.1 in the environment.yml later
# to install xopt with conda
- name: Install Xopt v2.1+
shell: bash -el {0}
run: |
conda install xopt -c conda-forge
# - name: Update environment
# shell: bash -l {0}
Expand Down

0 comments on commit 4ed7d06

Please sign in to comment.