Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update flux-diff.yaml
Browse files Browse the repository at this point in the history
onedr0p authored Dec 31, 2024
1 parent a1e2e21 commit 8b75a18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
@@ -14,6 +14,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true

env:
HOMEBREW_NO_ANALYTICS: "1"
UV_SYSTEM_PYTHON: "1"

jobs:
flux-diff:
name: Flux Diff
@@ -64,8 +68,6 @@ jobs:
- name: Install Python Dependencies
shell: bash
run: uv pip install flux-local
env:
UV_SYSTEM_PYTHON: 1

# - name: Setup Workflow Tools
# uses: jdx/mise-action@v2

0 comments on commit 8b75a18

Please sign in to comment.