Skip to content

Commit

Permalink
adding m1 to normal tests and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Feb 8, 2024
1 parent b10c3c2 commit 0060b39
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/regression_tests_cpu_m1.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# name: Run Regression Tests on CPU

# on:
# push:
# branches:
# - M1_changes
# pull_request:
# branches:
# - M1_changes
# merge_group:
on:
push:
branches:
- M1_changes
pull_request:
branches:
- M1_changes
merge_group:

# concurrency:
# group: ci-cpu-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
# cancel-in-progress: true
concurrency:
group: ci-cpu-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
cancel-in-progress: true

# jobs:
# regression-cpu:
# # creates workflows for Mac OS M1
# runs-on: ${{ matrix.os }}
# strategy:
# fail-fast: false
# matrix:
# os: [macos-14]
# steps:
# - name: Setup Python 3.10
# uses: actions/setup-python@v5
# with:
# python-version: '3.10'
jobs:
regression-cpu:
# creates workflows for Mac OS M1
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-14]
steps:
- name: Setup Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
# - name: Setup Java 17
# uses: actions/setup-java@v3
# with:
Expand Down

0 comments on commit 0060b39

Please sign in to comment.