Skip to content

Commit

Permalink
install in non-editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelchior committed May 7, 2024
1 parent fa7cf62 commit 39beef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache-dependency-path: '**/setup.py'
- run: python -m pip install --upgrade pip setuptools
- run: pip install numpy scipy astropy pybind11 proxmin peigen autograd
- run: pip install -e .
- run: pip install .
- name: Test scarlet import
run: python -c "import scarlet; print(scarlet.__version__)"
- run: pip install -y sphinx>=6.0.0 jinja2==3.0.0 pandoc nbconvert mistune nbsphinx numpydoc ipython ipykernel matplotlib
Expand Down

0 comments on commit 39beef2

Please sign in to comment.