Skip to content

Commit

Permalink
python -m pip
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelchior committed May 3, 2024
1 parent 095533d commit 2823335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
cache: 'pip' # caching pip dependencies
cache-dependency-path: '**/setup.py'
- run: python -m pip install --upgrade pip
- run: pip install numpy scipy astropy pybind11 proxmin peigen autograd
- run: python setup.py install
- run: python -m pip install numpy scipy astropy pybind11 proxmin peigen autograd
- run: python -m 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
- run: python -m pip install -y sphinx>=6.0.0 jinja2==3.0.0 pandoc nbconvert mistune nbsphinx numpydoc ipython ipykernel matplotlib
- run: cd docs && make html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 2823335

Please sign in to comment.