Skip to content

Commit

Permalink
CI: Install xtensor=0.24.7 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Dec 15, 2023
1 parent 6d0cac9 commit 1693a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
run: |
./build.sh
mamba install -c conda-forge xtensor=0.24.7
export PATH=$CONDA_PREFIX/bin:$PATH
export CPATH=$CONDA_PREFIX/include:$CPATH
Expand Down

0 comments on commit 1693a1a

Please sign in to comment.