From 34c0cf2a99177fe7abd15aac0cdaeb37948fb183 Mon Sep 17 00:00:00 2001 From: Ismael Mendoza <11745764+ismael-mendoza@users.noreply.github.com> Date: Sun, 13 Aug 2023 13:03:34 -0400 Subject: [PATCH] fix scarlet installation in notebook (#428) --- .github/workflows/notebooks.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index cee4eea4..23e1fbe3 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -35,13 +35,12 @@ jobs: - name: Install poetry dependencies run: | - poetry install + poetry install --with scarlet - name: Install Scarlet run: | - pip install "pybind11[global]" peigen - git clone https://github.com/pmelchior/scarlet.git - cd scarlet; python setup.py install; cd .. + poetry run pip install "pybind11[global]" peigen + poetry run pip install git+https://github.com/pmelchior/scarlet.git # just checks if they run - name: Run notebooks