Skip to content

Commit

Permalink
Add httpx to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Jun 20, 2024
1 parent a2afd63 commit a51954d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ jobs:
- name: Install pandoc
run: sudo apt install pandoc
shell: bash -l {0}
- name: Install Python-Blosc2 doc dependencies
- name: Install Python-Blosc2-2.x doc dependencies
run: cd python-blosc2-2.x && pip install -r requirements-doc.txt --upgrade
shell: bash -l {0}
- name: Build Python-Blosc2
- name: Build Python-Blosc2-2.x
run: cd python-blosc2-2.x && python setup.py build_ext --inplace
shell: bash -l {0}
- name: Install Python-Blosc2
- name: Install Python-Blosc2-2.x
run: pip install -e $(pwd)/python-blosc2-2.x/
shell: bash -l {0}
- name: Build Python-Blosc2 docs
- name: Build Python-Blosc2-2.x docs
# TODO: Fix warnings in the build and restore `-W` parameter
run: sphinx-build python-blosc2-2.x/doc _site/python-blosc2-2.x
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- ninja
- cython
- msgpack-python
- httpx

- sphinx
- pydata-sphinx-theme
Expand Down

0 comments on commit a51954d

Please sign in to comment.