Skip to content

Commit

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

0 comments on commit e3b3bcc

Please sign in to comment.