From f5a3bd28f4d9b1b632284964ca063b1e10cc2a12 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 28 Aug 2024 14:10:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pin_dependencies.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pin_dependencies.yml b/.github/workflows/pin_dependencies.yml index 3f0c5b0813..ce90c7acc8 100644 --- a/.github/workflows/pin_dependencies.yml +++ b/.github/workflows/pin_dependencies.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: "3.10" - name: Run uv env: @@ -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 "107038218+fppf-bot@users.noreply.github.com" + 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: