Skip to content

Commit

Permalink
Allow lhapdf from system
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Oct 16, 2023
1 parent 640bbe1 commit 18b6fc3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ jobs:
with:
test: true
doc: true
ci: true
1 change: 0 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
test: true
doc: true
ci: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_API_TOKEN }}
# pypi-token: ${{ secrets.pypi_token }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
test: true
doc: true
ci: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_API_TOKEN }}
pypi-token: ${{ secrets.pypi_token }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
test: true
doc: true
ci: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_API_TOKEN }}
# test-pypi-token: ${{ secrets.test_pypi_token }}
Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ livehtml:
html:
poetry run $(MAKE) -C docs html

ci:
poetry config virtualenvs.create false

doc: html

install:
poetry install --with docs --with test
# Make lhapdf available in the virtualenv
sed -i 's/include-system-site-packages\s*=.*/include-system-site-packages = true/g' $(shell poetry env info -p)/pyvenv.cfg
python3 -m pip install --user .

build:
Expand Down

0 comments on commit 18b6fc3

Please sign in to comment.