Skip to content

Commit

Permalink
🐛 Test
Browse files Browse the repository at this point in the history
  • Loading branch information
je-cook committed Aug 28, 2024
1 parent 07dc996 commit f5a3bd2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pin_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"

- name: Run uv
env:
Expand All @@ -37,9 +37,12 @@ jobs:
uv pip compile pyproject.toml --upgrade --python-version=3.10 --extra pinned -o requirements/uv/develop.txt --extra dev
uv pip compile pyproject.toml --upgrade --python-version=3.10 --extra pinned -o requirements/uv/examples.txt --extra examples
uv pip compile pyproject.toml --upgrade --python-version=3.10 --extra pinned -o requirements/uv/all.txt --extra dev --extra polyscope --extra radiation --extra examples
git config user.email "[email protected]"
git config user.name "fppf-bot"
git checkout -b fppf/sub_dependencies
git add requirements
git commit -S -m "Updated transient dependencies"
git commit -m "Updated transient dependencies"
git push --set-upstream origin fppf/sub_dependencies
- name: Create PR to update transient dependencies
env:
Expand Down

0 comments on commit f5a3bd2

Please sign in to comment.