Skip to content

Commit

Permalink
debug messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjbrowning committed Dec 1, 2024
1 parent d49d590 commit ffffddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"

# Install cibuildwheel and other required tools
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel build
- name: Build wheels
uses: pypa/cibuildwheel@v2.22.0
env:
Expand Down
2 changes: 2 additions & 0 deletions cuda_mace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ set(BIN_INSTALL_DIR "bin" CACHE PATH "Path relative to CMAKE_INSTALL_PREFIX wher
set(INCLUDE_INSTALL_DIR "include" CACHE PATH "Path relative to CMAKE_INSTALL_PREFIX where to install headers")

find_package(Python COMPONENTS Interpreter REQUIRED)
message(STATUS "Python Version: ${Python_VERSION}")
message (STATUS "Python Path: ${Python_EXECUTABLE}")

include(CheckLanguage)
check_language(CUDA)
Expand Down

0 comments on commit ffffddc

Please sign in to comment.