Skip to content

Commit 46b5bc7

Browse files
authored
Merge branch 'master' into axiom90/desktop
2 parents e8c364c + b899486 commit 46b5bc7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-name: [
21-
"Python 3.9", "Python 3.10", "Python 3.11", "Python 3.12"
22-
]
2320
python-version: [
2421
"3.9", "3.10", "3.11", "3.12"
2522
]
2623
steps:
2724
- uses: actions/checkout@master
28-
- name: Set up ${{ matrix.python-name }}
25+
- name: Set up ${{ matrix.python-version }}
2926
uses: actions/setup-python@master
3027
with:
3128
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)