Skip to content

Commit

Permalink
Maybe we killed powershell with our unix path?
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Apr 29, 2024
1 parent fdfe0b5 commit 1434334
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Ensure /usr/local/bin is in the PATH
run: |
mkdir -p /usr/local/bin
echo PATH="/usr/local/bin:$PATH" >> $GITHUB_ENV
shell: bash

- name: Set up Node.js
if: "matrix.bids-validator == 'stable' || matrix.bids-validator == 'master'"
uses: actions/setup-node@v4
Expand Down Expand Up @@ -72,6 +66,12 @@ jobs:
with:
deno-version: v1.x

- name: Ensure /usr/local/bin is in the PATH
run: |
mkdir -p /usr/local/bin
echo PATH="/usr/local/bin:$PATH" >> $GITHUB_ENV
shell: bash

- name: Install BIDS validator (master deno build)
if: "matrix.bids-validator == 'master-deno'"
run: |
Expand All @@ -96,6 +96,7 @@ jobs:
echo "npm"; npm --version
echo "node"; node --version
echo "bids-validator"; bids-validator --version
shell: bash

- name: Check that no large files are present
if: "matrix.bids-validator == 'stable'"
Expand Down

0 comments on commit 1434334

Please sign in to comment.