Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 13, 2024
1 parent af59ac6 commit 3c6fb62
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
env:
PPPR_TOKEN: ${{ secrets.PPPR_TOKEN }}

- run: uv pip freeze

test:
name: test on ${{ matrix.python-version }}
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ env*/
/postgres-data/
.DS_Store
/pydantic_ai_examples/.chat_app_messages.jsonl
.docs-insiders-install
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ cf-pages-build:
curl -LsSf https://astral.sh/uv/install.sh | sh
${HOME}/.local/bin/uv python install 3.12
${HOME}/.local/bin/uv sync --python 3.12 --frozen --group docs
${HOME}/.local/bin/uv run python -c "import os;print(len(os.getenv('PPPR_TOKEN', '')))"
${HOME}/.local/bin/uv pip install \
--extra-index-url https://pydantic:${PPPR_TOKEN}@pppr.pydantic.dev/simple/ \
mkdocs-material mkdocstrings-python
${HOME}/.local/bin/uv pip freeze
${HOME}/.local/bin/uv run --no-sync mkdocs build

.PHONY: all
Expand Down
17 changes: 7 additions & 10 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c6fb62

Please sign in to comment.