Skip to content

Commit

Permalink
temporary update to make sure it can build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 12, 2024
1 parent 60c2f4a commit 21d09e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/environment_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: geoana-test
channels:
- conda-forge
dependencies:
- numpy>=2.0.0rc1
- numpy>=1.22.4
- scipy>=1.8
- libdlf

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_with_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Our Package
run: |
pip install --no-build-isolation --editable . --config-settings=setup-args="-Dwith_extensions=true"
pip install . --config-settings=setup-args="-Dwith_extensions=true"
- name: Run Tests
run: |
Expand Down

0 comments on commit 21d09e9

Please sign in to comment.