Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed Apr 30, 2024
1 parent d3ba892 commit b9ca662
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
brew install libomp || true
pip3 install pyyaml || true
brew tap hasktorch/libtorch-prebuild https://github.com/hasktorch/homebrew-libtorch-prebuild || true
brew install libtorch-prebuild@2.0 || true
brew install libtorch-prebuild@2.3 || true
brew tap hasktorch/tokenizers https://github.com/hasktorch/tokenizers || true
brew install libtokenizers || true
#pushd deps/ ; ./get-deps.sh -a cpu -c ;popd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stack-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
# export PATH=/opt/ghc/bin:$PATH
source setenv
pushd deps/ ; ./get-deps.sh -a cpu -c; popd
pushd deps/ ; ./get-deps.sh -a cpu; popd
stack build \
libtorch-ffi \
libtorch-ffi-helper \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stack-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
clang --version
stack --version
brew tap hasktorch/libtorch-prebuild https://github.com/hasktorch/homebrew-libtorch-prebuild || true
brew install libtorch-prebuild@2.0 || true
brew install libtorch-prebuild@2.3 || true
#pushd deps/ ; ./get-deps.sh -a cpu -c ;popd
- name: Cache .stack
uses: actions/cache@v3
Expand Down

0 comments on commit b9ca662

Please sign in to comment.