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 e789ccb commit 337af6bCopy full SHA for 337af6b
.github/workflows/build_workflow.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Create Test Environment
91
run: |
92
micromamba create -y -n mpas_tools_test \
93
- python=${{ env.BUILD_PYTHON_VERSION }} \
+ python=${{ matrix.python-version }} \
94
mpas_tools \
95
sphinx \
96
mock \
0 commit comments