Skip to content

Commit

Permalink
Remove matrix.python-version
Browse files Browse the repository at this point in the history
There is no value set
  • Loading branch information
dstein64 committed Jul 3, 2024
1 parent 7a0bdcf commit e8d1a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# When the ref is empty, HEAD will be checked out.
ref: ${{ github.event.inputs.git-ref }}

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
# When the ref is empty, HEAD will be checked out.
ref: ${{ github.event.inputs.git-ref }}

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
# Python versions prior to 3.8 are not supported on GitHub-hosted macOS
Expand Down

0 comments on commit e8d1a4b

Please sign in to comment.