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 7a471cf commit f25598aCopy full SHA for f25598a
.github/workflows/macos-job.yml
@@ -92,6 +92,9 @@ jobs:
92
ref: ${{ inputs.test-infra-ref }}
93
path: test-infra
94
95
+ - name: Setup miniconda
96
+ uses: ./test-infra/.github/actions/setup-miniconda
97
+
98
- name: Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }})
99
uses: actions/checkout@v3
100
with:
@@ -102,9 +105,6 @@ jobs:
102
105
fetch-depth: ${{ inputs.fetch-depth }}
103
106
submodules: ${{ inputs.submodules }}
104
107
- - name: Setup miniconda
- uses: ./.github/actions/setup-miniconda
-
108
- name: Setup useful environment variables
109
working-directory: ${{ inputs.repository }}
110
run: |
0 commit comments