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 e5cdeea commit a267549Copy full SHA for a267549
.github/workflows/trunk.yml
@@ -992,4 +992,4 @@ jobs:
992
timeout: 60
993
script: |
994
conda init powershell
995
- powershell .ci/scripts/test_model.ps1 -modelName $model -backend $backend
+ powershell .ci/scripts/test_model.ps1 -modelName ${{ matrix.model }} -backend ${{ matrix.backend }}
0 commit comments