Skip to content

Commit

Permalink
Remove unnecessary setup-python steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 6, 2024
1 parent d687786 commit 9b4fa19
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'

- name: Generate build name for artifact upload
id: build-name
run: |
Expand Down Expand Up @@ -102,11 +97,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'

# https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation
# offers this stanza plus “CIBW_ARCHS_LINUX” below:
- name: Set up QEMU
Expand Down

0 comments on commit 9b4fa19

Please sign in to comment.