Skip to content

Commit

Permalink
Fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Oct 10, 2024
1 parent b23c26c commit f440e91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-sdist-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
submodules: 'true'

- uses: actions/setup-python@v5
name: Install Python 3.9
name: Install Python 3.11
with:
python-version: '3.9'
python-version: '3.11'

- name: Install cibuildwheel
run: |
Expand Down Expand Up @@ -164,10 +164,10 @@ jobs:
with:
submodules: 'true'

- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: '3.10'

- name: Install Dependencies
run:
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.15)
#allow using of HDF5_ROOT for building with a custom HDF5 version
cmake_policy(SET CMP0074 NEW)

project(MorphIO VERSION 2.0.0)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
Expand Down

0 comments on commit f440e91

Please sign in to comment.