Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jul 30, 2024
1 parent 6b5c06b commit a227a40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
ref: ${{ inputs.test-infra-ref }}
path: test-infra
- name: Setup SSH
uses: ./.github/actions/setup-ssh
uses: ./test-infra/.github/actions/setup-ssh
with:
github-secret: ${{ github.token }}
- uses: ./test-infra/.github/actions/set-channel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_conda_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
ref: ${{ inputs.test-infra-ref }}
path: test-infra
- name: Setup SSH
uses: ./.github/actions/setup-ssh
uses: ./test-infra/.github/actions/setup-ssh
with:
github-secret: ${{ github.token }}
- name: Set env variable for architecture name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
ref: "main"
path: builder
- name: Setup SSH
uses: ./.github/actions/setup-ssh
uses: ./test-infra/.github/actions/setup-ssh
with:
github-secret: ${{ github.token }}
- name: Set linux aarch64 CI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
ref: ${{ inputs.test-infra-ref }}
path: test-infra
- name: Setup SSH
uses: ./.github/actions/setup-ssh
uses: ./test-infra/.github/actions/setup-ssh
with:
github-secret: ${{ github.token }}
- uses: ./test-infra/.github/actions/set-channel
Expand Down

0 comments on commit a227a40

Please sign in to comment.