@@ -100,6 +100,7 @@ jobs:
100100 miniforge-version : latest
101101 use-mamba : ' true'
102102 conda-remove-defaults : ' true'
103+ python-version : ${{ matrix.python }}
103104 environment-file : ${{ env.environment-file }}
104105 activate-environment : ${{ env.test-env-name }}
105106
@@ -110,6 +111,7 @@ jobs:
110111 miniforge-version : latest
111112 use-mamba : ' true'
112113 conda-remove-defaults : ' true'
114+ python-version : ${{ matrix.python }}
113115 environment-file : ${{ env.environment-file }}
114116 activate-environment : ${{ env.test-env-name }}
115117
@@ -204,6 +206,7 @@ jobs:
204206 miniforge-version : latest
205207 use-mamba : ' true'
206208 conda-remove-defaults : ' true'
209+ python-version : ${{ matrix.python }}
207210 environment-file : ${{ env.environment-file }}
208211 activate-environment : ${{ env.test-env-name }}
209212
@@ -214,6 +217,7 @@ jobs:
214217 miniforge-version : latest
215218 use-mamba : ' true'
216219 conda-remove-defaults : ' true'
220+ python-version : ${{ matrix.python }}
217221 environment-file : ${{ env.environment-file }}
218222 activate-environment : ${{ env.test-env-name }}
219223
0 commit comments