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 8fc52ed commit f3832b1Copy full SHA for f3832b1
.github/workflows/test-ff-matrix.yml
@@ -193,8 +193,8 @@ jobs:
193
echo "Julia Jupyter:"
194
uv run julia --project=. -e "import IJulia;println(IJulia.JUPYTER);println(IJulia.find_jupyter_subcommand(\"notebook\"))"
195
196
- # - name: Setup tmate session
197
- # uses: mxschmitt/action-tmate@v3
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
198
199
# we run from tests directory as our environment for R, Python and Julia is set up there
200
- name: Run all feature-format-matrix Tests Windows
0 commit comments