Skip to content

Commit

Permalink
install bc for non-x86 test
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed Feb 14, 2024
1 parent 7860760 commit 9096d87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test-MACS3-macos12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ on:
- 'docs/**'
- '**.md'
- '.github/workflows/**'
- '!.github/workflows/build-and-test-MACS3-macos12.yml'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- '.github/workflows/**'

- '!.github/workflows/build-and-test-MACS3-macos12.yml'

jobs:
build:
runs-on: macos-12
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-MACS3-non-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- 'docs/**'
- '**.md'
- '.github/workflows/**'
- '!.github/workflows/build-and-test-MACS3-non-x64.yml'

jobs:
build_job:
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
# install dependencies
apt-get update -qq -y
apt-get install apt-utils
apt-get install -yq libblas3 liblapack3 libblas-dev liblapack-dev
apt-get install -yq bc libblas3 liblapack3 libblas-dev liblapack-dev
# we rely on Debian/Ubuntu/Linux python packages for
# numpy/scipy/sklearn
# in Ubuntu 22
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-MACS3-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths:
- 'docs/**'
- '**.md'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-MACS3-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
- 'docs/**'
- '**.md'
- '.github/workflows/**'
- '!.github/workflows/build-and-test-MACS3-x64.yml'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- '.github/workflows/**'
- '!.github/workflows/build-and-test-MACS3-x64.yml'

jobs:
build:
Expand Down

0 comments on commit 9096d87

Please sign in to comment.