Skip to content

Commit

Permalink
try matrix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
time4tea committed Dec 29, 2023
1 parent e5d83f0 commit 11ae7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${matrix.version}
python-version: ${{matrix.version}}
- name: Update apt
run: |
sudo apt update
Expand Down

0 comments on commit 11ae7f8

Please sign in to comment.