Skip to content

Commit

Permalink
try just needs
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jan 30, 2025
1 parent 57aaac6 commit 5f3248a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ runs:
using: "composite"
steps:
- name: Set up rust
if: ${{ contains( github.event.pull_request.labels.*.name, 'allow-dev-deps') }}
uses: dtolnay/rust-toolchain@stable

- name: Run install script (macOS, Ubuntu)
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check_wheel_availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
check_dependency_artifacts:
name: ${{ matrix.os.name }} ${{ matrix.arch.name }} ${{ matrix.python-version }}
needs: check-allow-dev-deps
if: ${{ !needs.check-allow-dev-deps.outputs.allow-dev-deps }}
runs-on: ${{ matrix.os.runs-on[matrix.arch.matrix] }}
strategy:
fail-fast: false
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/reflow-check-allow-dev-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: 🚨 Check allow-dev-deps label

on:
workflow_call:
outputs:
allow-dev-deps:
value: ${{ contains( github.event.pull_request.labels.*.name, 'allow-dev-deps') }}

concurrency:
# SHA is added to the end if on `main` to let all main workflows run
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
test_scripts:
name: Native ${{ matrix.os.emoji }} ${{ matrix.arch.emoji }} ${{ matrix.development.name }} - ${{ matrix.editable.name }}
needs: check-allow-dev-deps
if: ${{ !needs.check-allow-dev-deps.outputs.allow-dev-deps }}
runs-on: ${{ matrix.os.runs-on[matrix.arch.matrix] }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 5f3248a

Please sign in to comment.