Skip to content

Commit

Permalink
update workflows to fix "Error: All Workflows have been filtered from…
Browse files Browse the repository at this point in the history
… this Pipeline."
  • Loading branch information
wlav committed Sep 11, 2023
1 parent 82f00e1 commit 963e120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
parameters:
build_aarch64_wheel:
description: "Whether to build aarch64 wheel on CircleCI"
default: false
default: true
type: boolean


Expand Down Expand Up @@ -39,4 +39,4 @@ workflows:
when: << pipeline.parameters.build_aarch64_wheel >>
jobs:
- linux-aarch64-wheels


3 changes: 1 addition & 2 deletions .github/workflows/cling-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
arch: ARM64
build: "cp39-win_arm64"


steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -163,4 +162,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
path: ${{ env.wheel_path }}
path: ${{ env.wheel_path }}

0 comments on commit 963e120

Please sign in to comment.