Skip to content

Commit

Permalink
See what happens when not running setup.py build_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Oct 27, 2023
1 parent a4a8b07 commit 3dd0960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Install package
run: |
python -m pip install -vvv .
# Importing the Cython inside the source tree is broken unless the
# compiled products are next to the source code, symlinked or
# otherwise.
python setup.py build_ext -i
# # Importing the Cython inside the source tree is broken unless the
# # compiled products are next to the source code, symlinked or
# # otherwise.
# python setup.py build_ext -i
PACKAGE_INSTALL_DIR=$(python -c 'import pyquante2 as _; print(_.__path__[0])')
find $PACKAGE_INSTALL_DIR -type f | sort
- name: Print Python environment
Expand Down

0 comments on commit 3dd0960

Please sign in to comment.