From 4ed7d0671111473ab172325399b49710b0b0ecd0 Mon Sep 17 00:00:00 2001 From: "Sara A. Miskovich" Date: Tue, 17 Sep 2024 12:23:39 -0700 Subject: [PATCH] attemps to fix xopt install --- .github/workflows/tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79ed3e3b..3f3b784e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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}