Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Dec 23, 2024
1 parent c47581a commit e54eb49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def test_assert_files(tmp_path):
ci.assert_files_equal(ok_path, ok_path)
if path.is_cloud_path(ok_path):
str_ok_path = str(s3.download(ok_path, tmp_path))
else:
str_ok_path = ok_path

ci.assert_files_equal(str_ok_path, str_ok_path)
with pytest.raises(AssertionError):
Expand Down

0 comments on commit e54eb49

Please sign in to comment.