Skip to content

Commit

Permalink
try log deno version
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Sep 2, 2024
1 parent ed6a521 commit 42b3ec8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,12 @@ jobs:
run: |
echo $TZ
date
echo "npm"; npm --version
echo "(npm version)"; npm --version
echo "node"; node --version
echo "bids-validator"; bids-validator --version
echo "python"; python --version
which python
echo "(deno version)"; deno --version
echo "(bids-validator version)"; bids-validator --version
echo "(python version)"; python --version
echo "(which python)"; which python
mne sys_info
- name: Install MNE-BIDS (minimal)
Expand Down

0 comments on commit 42b3ec8

Please sign in to comment.