We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0d5e1 commit 7a471cfCopy full SHA for 7a471cf
.github/workflows/macos-job.yml
@@ -92,9 +92,6 @@ jobs:
92
ref: ${{ inputs.test-infra-ref }}
93
path: test-infra
94
95
- - name: Setup miniconda
96
- uses: ./.github/actions/setup-miniconda
97
-
98
- name: Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }})
99
uses: actions/checkout@v3
100
with:
@@ -105,6 +102,9 @@ jobs:
105
102
fetch-depth: ${{ inputs.fetch-depth }}
106
103
submodules: ${{ inputs.submodules }}
107
104
+ - name: Setup miniconda
+ uses: ./.github/actions/setup-miniconda
+
108
- name: Setup useful environment variables
109
working-directory: ${{ inputs.repository }}
110
run: |
0 commit comments