Skip to content

Commit

Permalink
adding python 3.10 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Feb 8, 2024
1 parent 6d3755e commit a8feaed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/regression_tests_cpu_m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
matrix:
os: [macos-14]
steps:
# - name: Setup Python 3.10
# uses: actions/setup-python@v3
# with:
# python-version: 3.8
# architecture: x64
- name: Setup Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
architecture: x64
- name: Setup Java 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit a8feaed

Please sign in to comment.