Skip to content

Commit 9ce5216

Browse files
Update pythonpackage.yml
1 parent 2874bea commit 9ce5216

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: [3.10 , 3.11] #Using [3.10, 3.11] to test multiple versions
11+
python-version: [3.10, 3.11] # Fixed versions
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -31,6 +31,6 @@ jobs:
3131
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3232
3333
- name: Test with pytest
34-
run: |
34+
run:
3535
pip install pytest
3636
pytest -v

0 commit comments

Comments
 (0)