Skip to content

Commit 8d8b104

Browse files
committed
CI: Remove some GITHUB_ACTIONS skips
1 parent 817c438 commit 8d8b104

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sdcflows/interfaces/tests/test_bspline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def test_topup_coeffs(tmpdir, testdata_dir):
138138
_fix_topup_fieldcoeff("failing.nii.gz", str(testdata_dir / "epi.nii.gz"), "i")
139139

140140

141-
@pytest.mark.skipif(os.getenv("GITHUB_ACTIONS") == "true", reason="this is GH Actions")
142141
def test_topup_coeffs_interpolation(tmpdir, testdata_dir):
143142
"""Check that our interpolation is not far away from TOPUP's."""
144143
tmpdir.chdir()

sdcflows/tests/test_transform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def test_displacements_field(tmpdir, testdata_dir, outdir, pe_dir, rotation, fli
139139
).run()
140140

141141

142-
@pytest.mark.skipif(os.getenv("GITHUB_ACTIONS") == "true", reason="this is GH Actions")
143142
@pytest.mark.parametrize(
144143
"pe0",
145144
[

0 commit comments

Comments
 (0)