Skip to content

Commit

Permalink
ilnux setup right from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar committed Jul 12, 2023
1 parent 6244c13 commit a473e8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-binary-builds/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ runs:
ref: ${{ inputs.ref }}
submodules: ${{ inputs.submodules }}
path: ${{ inputs.repository }}
- name: Setup Linux
if: ${{ inputs.os == 'linux' }}
uses: ./test-infra/.github/actions/setup-linux
# - name: Setup Linux
# if: ${{ inputs.os == 'linux' }}
# uses: ./test-infra/.github/actions/setup-linux
- name: Log Available Webhook Fields
shell: bash
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_conda_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
repository: ${{ inputs.test-infra-repository }}
ref: ${{ inputs.test-infra-ref }}
path: test-infra
- name: Setup Linux
uses: ./test-infra/.github/actions/setup-linux
- name: Setup SSH
uses: ./test-infra/.github/actions/setup-ssh
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
repository: ${{ inputs.test-infra-repository }}
ref: ${{ inputs.test-infra-ref }}
path: test-infra
- name: Setup Linux
uses: ./test-infra/.github/actions/setup-linux
- name: Setup SSH
uses: ./test-infra/.github/actions/setup-ssh
with:
Expand Down

0 comments on commit a473e8b

Please sign in to comment.