Skip to content

Commit f25598a

Browse files
committed
Update
[ghstack-poisoned]
1 parent 7a471cf commit f25598a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macos-job.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
ref: ${{ inputs.test-infra-ref }}
9393
path: test-infra
9494

95+
- name: Setup miniconda
96+
uses: ./test-infra/.github/actions/setup-miniconda
97+
9598
- name: Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }})
9699
uses: actions/checkout@v3
97100
with:
@@ -102,9 +105,6 @@ jobs:
102105
fetch-depth: ${{ inputs.fetch-depth }}
103106
submodules: ${{ inputs.submodules }}
104107

105-
- name: Setup miniconda
106-
uses: ./.github/actions/setup-miniconda
107-
108108
- name: Setup useful environment variables
109109
working-directory: ${{ inputs.repository }}
110110
run: |

0 commit comments

Comments
 (0)