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 a8feaed commit cdb28b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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@v4
# - name: Setup Python 3.10
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
architecture: x64
python-version: '3.10'
- name: Setup Java 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit cdb28b2

Please sign in to comment.