Skip to content

Commit

Permalink
update building scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed Feb 21, 2025
1 parent b5cb10a commit ce2939f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-test-MACS3-macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: MACS3 CI Mac OS

on:
Expand All @@ -10,15 +7,15 @@ on:
- '**.md'
- 'ChangeLog'
- '.github/workflows/**'
- 'conda/**'
- 'conda/macs3/**'
- '!.github/workflows/build-and-test-MACS3-macos.yml'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- 'ChangeLog'
- '.github/workflows/**'
- 'conda/**'
- 'conda/macs3/**'
- '!.github/workflows/build-and-test-MACS3-macos.yml'

jobs:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/build-and-test-MACS3-non-x64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: MACS3 CI non x64

on:
Expand All @@ -10,14 +7,14 @@ on:
- '**.md'
- 'ChangeLog'
- '.github/workflows/**'
- 'conda/**'
- 'conda/macs3/**'
- '!.github/workflows/build-and-test-MACS3-non-x64.yml'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- 'ChangeLog'
- 'conda/**'
- 'conda/macs3/**'
- '.github/workflows/**'
- '!.github/workflows/build-and-test-MACS3-non-x64.yml'

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/build-and-test-MACS3-x64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: MACS3 CI x64

on:
Expand All @@ -10,15 +7,15 @@ on:
- '**.md'
- 'ChangeLog'
- '.github/workflows/**'
- 'conda/**'
- 'conda/macs3/**'
- '!.github/workflows/build-and-test-MACS3-x64.yml'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- 'ChangeLog'
- '.github/workflows/**'
- 'conda/**'
- 'conda/macs3/**'
- '!.github/workflows/build-and-test-MACS3-x64.yml'

jobs:
Expand Down

0 comments on commit ce2939f

Please sign in to comment.