Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/claude-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ on:
jobs:
review:
uses: doplaydo/pdk-ci-workflow/.github/workflows/claude-pr-review.yml@main
secrets: inherit
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
3 changes: 2 additions & 1 deletion .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ on:
jobs:
drc:
uses: doplaydo/pdk-ci-workflow/.github/workflows/drc.yml@main
secrets: inherit
secrets:
GFP_API_KEY: ${{ secrets.GFP_API_KEY }}
3 changes: 2 additions & 1 deletion .github/workflows/model_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ on:
jobs:
model-coverage:
uses: doplaydo/pdk-ci-workflow/.github/workflows/model_coverage.yml@main
secrets: inherit
secrets:
GFP_API_KEY: ${{ secrets.GFP_API_KEY }}
3 changes: 2 additions & 1 deletion .github/workflows/model_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ on:
jobs:
model-regression:
uses: doplaydo/pdk-ci-workflow/.github/workflows/model_regression.yml@main
secrets: inherit
secrets:
GFP_API_KEY: ${{ secrets.GFP_API_KEY }}
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
jobs:
docs:
uses: doplaydo/pdk-ci-workflow/.github/workflows/pages.yml@main
secrets: inherit
secrets:
GFP_API_KEY: ${{ secrets.GFP_API_KEY }}
SIMCLOUD_APIKEY: ${{ secrets.SIMCLOUD_APIKEY }}
deploy-docs:
needs: docs
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ on:
jobs:
draft:
uses: doplaydo/pdk-ci-workflow/.github/workflows/release-drafter.yml@main
secrets: inherit
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
3 changes: 2 additions & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ on:
jobs:
test:
uses: doplaydo/pdk-ci-workflow/.github/workflows/test_code.yml@main
secrets: inherit
secrets:
GFP_API_KEY: ${{ secrets.GFP_API_KEY }}
3 changes: 2 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ on:
jobs:
coverage:
uses: doplaydo/pdk-ci-workflow/.github/workflows/test_coverage.yml@main
secrets: inherit
secrets:
GFP_API_KEY: ${{ secrets.GFP_API_KEY }}
3 changes: 2 additions & 1 deletion .github/workflows/update_badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ on:
jobs:
badges:
uses: doplaydo/pdk-ci-workflow/.github/workflows/update_badges.yml@main
secrets: inherit
secrets:
GFP_API_KEY: ${{ secrets.GFP_API_KEY }}
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ build:
pip install build
python -m build

docs-clean:
gmsh:
sudo apt-get update
sudo apt-get install -y python3-gmsh gmsh libglu1-mesa libxi-dev libxmu-dev libglu1-mesa-dev libosmesa6 libegl1

docs-clean: gmsh
rm -rf docs/_build

docs: docs-clean
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

Loading