From 56b33757e3f85659053326d69d0af6cf39a85687 Mon Sep 17 00:00:00 2001 From: Robin Kuzmin <9372582+kuzminrobin@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:13:40 -0700 Subject: [PATCH] Fixing teh release build. (#803) --- conda-recipes/qsharp/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-recipes/qsharp/meta.yaml b/conda-recipes/qsharp/meta.yaml index 8197a41c42..e1794972d0 100644 --- a/conda-recipes/qsharp/meta.yaml +++ b/conda-recipes/qsharp/meta.yaml @@ -38,6 +38,7 @@ test: # conflicts. In particular, we want defaults to take priority over # conda-forge. - conda install --yes -c conda-forge qutip + - conda install --yes attrs - powershell -NoProfile src/conda-recipes/qsharp/test.ps1 # [win] - pwsh src/conda-recipes/qsharp/test.ps1 # [not win]