Skip to content

Commit 7be4f43

Browse files
authored
ci: cleanup (spotDL#1402)
* ci: quote python version numbers Future proofes for coming 3.10.X versions by chaning 3.10.0 to "3.10" * ci: remove max parallel Allow github to maximise number of parallel jobs
1 parent 20accf7 commit 7be4f43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/spotify-downloader-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ jobs:
99
test:
1010
runs-on: ${{ matrix.platform }}
1111
strategy:
12-
max-parallel: 4
1312
matrix:
1413
platform: [ ubuntu-latest, macos-latest, windows-latest ]
15-
python-version: [ 3.6.7, 3.7, 3.8, 3.9, 3.10.0 ]
14+
python-version: [ "3.6.7", "3.7", "3.8", "3.9", "3.10" ]
1615

1716
steps:
1817
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)