Skip to content

Commit

Permalink
fix scarlet installation in notebook (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza authored Aug 13, 2023
1 parent 4387ef1 commit 34c0cf2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34c0cf2

Please sign in to comment.