Skip to content

Commit

Permalink
👷 try to modify test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nquetschlich committed Apr 29, 2024
1 parent fd40009 commit 0aa6822
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_pretrained_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

import os
from pathlib import Path

import pytest
Expand All @@ -13,7 +12,7 @@
from mqt.predictor.evaluation import evaluate_sample_circuit

# only run test when executed on GitHub runner
EXECUTION_FLAG = os.getenv("RUN_PREGENERATED_TESTS") == "true"
EXECUTION_FLAG = True # os.getenv("RUN_PREGENERATED_TESTS") == "true"


@pytest.mark.skipif(not EXECUTION_FLAG, reason="Only run this test on GitHub runner on demand.")
Expand Down

0 comments on commit 0aa6822

Please sign in to comment.