Skip to content

Commit

Permalink
Stop using setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
yukawa committed Feb 5, 2024
1 parent e806731 commit e0f2fea
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
with:
submodules: 'recursive'

- name: Set up Python
uses: actions/setup-python@v4
with:
cache: 'pip'
# TODO: Switch back to '3.9' after https://github.com/actions/setup-python/issues/808
python-version: '3.10'

- name: Install pip dependencies
working-directory: ./src
run: |
Expand Down Expand Up @@ -76,13 +69,6 @@ jobs:
with:
submodules: 'recursive'

- name: Set up Python
uses: actions/setup-python@v4
with:
cache: 'pip'
# TODO: Switch back to '3.9' after https://github.com/actions/setup-python/issues/808
python-version: '3.10'

- name: Install pip dependencies
working-directory: ./src
run: |
Expand Down Expand Up @@ -129,13 +115,6 @@ jobs:
with:
submodules: 'recursive'

- name: Set up Python
uses: actions/setup-python@v4
with:
cache: 'pip'
# TODO: Switch back to '3.9' after https://github.com/actions/setup-python/issues/808
python-version: '3.10'

- name: Install pip dependencies
working-directory: ./src
run: |
Expand Down Expand Up @@ -182,13 +161,6 @@ jobs:
with:
submodules: 'recursive'

- name: Set up Python
uses: actions/setup-python@v4
with:
cache: 'pip'
# TODO: Switch back to '3.9' after https://github.com/actions/setup-python/issues/808
python-version: '3.10'

- name: Install pip dependencies
working-directory: ./src
run: |
Expand Down Expand Up @@ -229,12 +201,6 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
# TODO: Switch back to '3.9' after https://github.com/actions/setup-python/issues/808
python-version: '3.10'

- name: Install pip dependencies
working-directory: ./src
run: |
Expand Down

0 comments on commit e0f2fea

Please sign in to comment.