Skip to content

Commit

Permalink
Bugfix/build docs failing (#160)
Browse files Browse the repository at this point in the history
* install requirements from pyproject.toml

* install requirements from pyproject.toml
  • Loading branch information
erexer authored Feb 13, 2024
1 parent 60ff864 commit d5c9ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install libgdal-dev
python setup.py install
pip install .
- name: Test and generate coverage report on Linux
run: |
pip install pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .
pip install sphinx
pip install nbsphinx
pip install sphinx_panels
Expand Down

0 comments on commit d5c9ba0

Please sign in to comment.