Skip to content

Commit

Permalink
Run ./script/build before pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 19, 2023
1 parent c7b0a5a commit fd66f4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
setup.py
pyproject.toml
dev-requirements.txt
- run: pip install -e .
- run: |
./script/build
pip install .
- name: Install with dependencies
run: |
Expand Down

0 comments on commit fd66f4f

Please sign in to comment.