Skip to content

Commit

Permalink
fix typo in test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisiacovella committed Nov 12, 2024
1 parent c056b48 commit b4d9f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelforge/tests/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_md5_calculation(prep_temp_dir):
)


@pytest.marker.skipif(
@pytest.mark.skipif(
IN_GITHUB_ACTIONS,
reason="Skipping; requires authentication which cannot be done via PR from fork ",
)
Expand Down

0 comments on commit b4d9f19

Please sign in to comment.