Skip to content

Commit

Permalink
removed windows actions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
romankempt committed Nov 21, 2023
1 parent 9b27bd9 commit ac6e982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-miniconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
os: ["ubuntu-latest", "macos-latest"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if(USE_OPENMP)
PRIVATE symspg
PRIVATE XtalComp
PRIVATE OpenMP::OpenMP_CXX
PRIVATE pybind11::module pybind11::lto pybind11::windows_extras
PRIVATE pybind11::module pybind11::lto
)
else()
message(STATUS "Could not find OpenMP")
Expand All @@ -113,7 +113,7 @@ else()
target_link_libraries(${TARGET}
PRIVATE symspg
PRIVATE XtalComp
PRIVATE pybind11::module pybind11::lto pybind11::windows_extras
PRIVATE pybind11::module pybind11::lto
)
endif()

Expand Down

0 comments on commit ac6e982

Please sign in to comment.