Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <bhowe@nvidia.com>
  • Loading branch information
bmhowe23 committed Jan 19, 2025
1 parent 0346bad commit 8a83f43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# easier to rely on their's devdeps images to do the building.
# FIXME: there is no guarantee that this CUDA-Q image aligns with the CUDA-Q
# commit that we are trying to align with.
container: ${{ format('ghcr.io/nvidia/cuda-quantum-devdeps:manylinux-{0}-{1}-main', matrix.platform, matrix.toolchain.id) }}
container: ghcr.io/nvidia/cuda-quantum-devdeps:manylinux-${{ matrix.platform }}-${{ matrix.toolchain.id }}-main
permissions:
actions: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion libs/qec/include/cudaq/qec/plugin_loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ void load_plugins(const std::string &plugin_dir, PluginType type);
/// be cleaned up.
void cleanup_plugins(PluginType type);

} // namespace cudaq::qec
} // namespace cudaq::qec
2 changes: 1 addition & 1 deletion libs/qec/lib/decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ __attribute__((destructor)) void cleanup_decoder_plugins() {
// Clean up decoder-specific plugins
cleanup_plugins(PluginType::DECODER);
}
} // namespace cudaq::qec
} // namespace cudaq::qec
2 changes: 1 addition & 1 deletion libs/qec/lib/plugin_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ void cleanup_plugins(PluginType type) {
}
}

} // namespace cudaq::qec
} // namespace cudaq::qec
2 changes: 1 addition & 1 deletion scripts/ci/test_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
# ======================================

${python} -m pip install /wheels/cudaq_qec-*-cp${python_version_no_dot}-cp${python_version_no_dot}-*.whl
${python} -m pytest -s libs/qec/python/tests/test_decoder.py::test_decoder_plugin_initialization # libs/qec/python/tests/
${python} -m pytest -s libs/qec/python/tests/

# Solvers library
# ======================================
Expand Down

0 comments on commit 8a83f43

Please sign in to comment.