Skip to content

Commit

Permalink
postpone GitHub CI setup for pygnme
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkhedkar09 authored Aug 15, 2023
1 parent 630cde3 commit 8f3b107
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,9 @@ jobs:
python -m pip install wheel --user
python -m pip install setuptools --upgrade --user
python -m pip install https://github.com/BoothGroup/dyson/archive/master.zip
python -m pip install pybind11[global]
export pybind11_DIR=$(python -m pybind11 --cmakedir)
python -m pip install .[dmet,ebcc,pygnme] --user
python -m pip install -e .[dmet,ebcc] --user
- name: Run unit tests
run: |
echo DEBUG PRINT Printing LD_LIBRARY_PATH
echo $LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$(dirname $(python -c 'import pygnme;print(pygnme.__path__[0])') ):$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$(dirname $(python -c 'import numpy;print(numpy.__path__[0])') ):$LD_LIBRARY_PATH
echo Updated LD_LIBRARY_PATH = $LD_LIBRARY_PATH
echo site_packages directory is at
dirname $(python -c 'import numpy;print(numpy.__path__[0])')
python -m pip install pytest pytest-cov --user
python .github/workflows/run_tests.py
- name: Upload to codecov
Expand Down

0 comments on commit 8f3b107

Please sign in to comment.