Skip to content

Commit 337af6b

Browse files
committed
Fix workflow error
1 parent e789ccb commit 337af6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Create Test Environment
9191
run: |
9292
micromamba create -y -n mpas_tools_test \
93-
python=${{ env.BUILD_PYTHON_VERSION }} \
93+
python=${{ matrix.python-version }} \
9494
mpas_tools \
9595
sphinx \
9696
mock \

0 commit comments

Comments
 (0)