Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DeborahVolpe committed May 24, 2024
1 parent e0357a1 commit 1ec20ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: 📝 CodeQL
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-code-ql)
uses: cda-tum/mqt-workflows/.github/workflows/[email protected]
uses: cda-tum/mqt-workflows/.github/workflows/reusable-code-ql-python[email protected]

required-checks-pass: # This job does nothing and is only used for branch protection
name: 🚦 Check
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Science/Research",
"Natural Language :: English",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
Expand Down
3 changes: 2 additions & 1 deletion src/mqt/qao/solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from math import ceil, log, sqrt
from pathlib import Path
from time import time_ns
from typing import TYPE_CHECKING, Any, Callable
from typing import TYPE_CHECKING, Any

import matplotlib.pyplot as plt
import numpy as np
Expand All @@ -30,6 +30,7 @@
from qubovert import PUBO, QUBO

if TYPE_CHECKING:
from collections.abc import Callable
from dimod import SampleSet
from qiskit.algorithms.optimizers import Optimizer
from qiskit.opflow import (
Expand Down

0 comments on commit 1ec20ba

Please sign in to comment.