Skip to content

Commit

Permalink
feat(ci): remove bitshuffle build and editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Aug 9, 2024
1 parent f9dfc4b commit 25d5f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install ch_util
run: pip install -e .[test] --no-binary bitshuffle
run: pip install .[test]

- name: Run tests
run: pytest .
Expand All @@ -89,7 +89,7 @@ jobs:
python-version: "3.11"

- name: Install requirements
run: pip install -e .[doc]
run: pip install .[doc]

- name: Build sphinx docs
run: sphinx-build -W -b html doc/ doc/_build/html

0 comments on commit 25d5f00

Please sign in to comment.