Skip to content

Commit

Permalink
remove matrix.python-version since it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed Mar 5, 2024
1 parent 7929bec commit 71099ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PY_COLORS: 1
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand All @@ -36,7 +36,7 @@ jobs:
PY_COLORS: 1
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand All @@ -54,7 +54,7 @@ jobs:
PY_COLORS: 1
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down

0 comments on commit 71099ee

Please sign in to comment.