Skip to content

Commit

Permalink
Remove ${{ matrix.python }} from lint job
Browse files Browse the repository at this point in the history
This was not working anyway, this job does not have any matrices defined.
  • Loading branch information
gwaramadze committed Jul 19, 2024
1 parent 724792c commit 76bde7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python }}
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
Expand Down

0 comments on commit 76bde7c

Please sign in to comment.