Skip to content

Commit 1fa78a6

Browse files
committed
tmp: Pin schema and disable no-network tests
1 parent 188a77e commit 1fa78a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deno_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

15+
env:
16+
BIDS_SCHEMA: https://bids-specification--1998.org.readthedocs.build/en/1998/schema.json
17+
1518
jobs:
1619
debug_info:
1720
runs-on: ubuntu-latest
@@ -52,7 +55,7 @@ jobs:
5255
strategy:
5356
matrix:
5457
os: [ubuntu-latest, macos-latest, windows-latest]
55-
allow-net: [true, false]
58+
allow-net: [true] # , false]
5659
fail-fast: false
5760
defaults:
5861
run:

0 commit comments

Comments
 (0)