We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e42205 commit eece712Copy full SHA for eece712
1 file changed
tests/lora/test_lora_layers_sana.py
@@ -137,6 +137,6 @@ def test_simple_inference_with_text_lora_fused(self):
137
def test_simple_inference_with_text_lora_save_load(self):
138
pass
139
140
- @unittest.skipIf(IS_GITHUB_ACTIONS, reason="Skipping test inside GitHub Actions environment")
+ @pytest.mark.skipif(IS_GITHUB_ACTIONS, reason="Skipping test inside GitHub Actions environment")
141
def test_layerwise_casting_inference_denoiser(self):
142
return super().test_layerwise_casting_inference_denoiser()
0 commit comments