Skip to content

Commit

Permalink
BLD: apply scikit-build-core < 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Oct 22, 2023
1 parent 71aded5 commit d38be69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup_xtgeo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ runs:
- name: Build and install xtgeo
shell: bash
run: |
pip install -U pip
pip install ".[dev]"
python -m pip install -U pip
python -m pip install ".[dev]"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"scikit-build-core[pyproject]",
"scikit-build-core[pyproject]<0.6.0",
"swig",
"numpy==1.19.2; python_version == '3.8'",
"numpy==1.19.5; python_version == '3.9'",
Expand Down

0 comments on commit d38be69

Please sign in to comment.