Skip to content

Commit

Permalink
Use correct Python version in mamba build env, update xsimd constrain
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Jul 9, 2024
1 parent d4293c8 commit 4e99b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: .github/workflows/environment.yaml
create-args: >-
python=${{ matrix.python-version }}
- name: Build unix
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- zlib
- xtensor >=0.24,<0.25
- xtensor-python >=0.26,<0.27
- xsimd >=8,<9
- xsimd >=10,<11
- blosc
- imageio
- nlohmann_json
Expand Down

0 comments on commit 4e99b9e

Please sign in to comment.