Skip to content

Commit 7a471cf

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

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,9 +92,6 @@ jobs:
9292
ref: ${{ inputs.test-infra-ref }}
9393
path: test-infra
9494

95-
- name: Setup miniconda
96-
uses: ./.github/actions/setup-miniconda
97-
9895
- name: Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }})
9996
uses: actions/checkout@v3
10097
with:
@@ -105,6 +102,9 @@ jobs:
105102
fetch-depth: ${{ inputs.fetch-depth }}
106103
submodules: ${{ inputs.submodules }}
107104

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)