Skip to content

Commit

Permalink
back to python setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelchior committed May 7, 2024
1 parent e3b3bcc commit 7474dc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +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
- name: Test pybind11 import
run: python -c "import pybind11; print(pybind11.__version__)"
- run: pip install .
- run: python setup.py 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 7474dc3

Please sign in to comment.