Skip to content

Commit

Permalink
Remove undefined GitHub Actions matrix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jun 17, 2024
1 parent a7c6204 commit 6ffa3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: psf/black@stable

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down

0 comments on commit 6ffa3e8

Please sign in to comment.