Skip to content

Commit

Permalink
Include sqlite to library path
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed May 28, 2024
1 parent 4cf2acf commit 471f7c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest tox
env:
LD_LIBRARY_PATH: /usr/local/lib
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names
Expand All @@ -47,10 +49,14 @@ jobs:
- name: Test with tox
run: |
tox
env:
LD_LIBRARY_PATH: /usr/local/lib

- name: Build docs
run: |
tox -e docs
env:
LD_LIBRARY_PATH: /usr/local/lib

- run: touch ./docs/_build/html/.nojekyll

Expand All @@ -64,6 +70,8 @@ jobs:
- name: Build Project and Publish
run: |
python -m tox -e clean,build
env:
LD_LIBRARY_PATH: /usr/local/lib

- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
Expand Down

0 comments on commit 471f7c8

Please sign in to comment.