Skip to content

Commit

Permalink
add uv to build
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Sep 18, 2024
1 parent 5a1d806 commit 3a03f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
python-version: 3.11

- uses: yezz123/setup-uv@v4

- name: install dependencies
run: |
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion build_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ uv run python tools/generate-queries.py
# for each filename in the models/ directory, run tools/compile.py -o models/compiled/<filename>.ttl
mkdir -p models/compiled
make -j 4 compile-models
jb build .
uv run jb build .

0 comments on commit 3a03f24

Please sign in to comment.