Skip to content

Commit 17d81c0

Browse files
Arila BarnesArila Barnes
authored andcommitted
Merge remote-tracking branch 'refs/remotes/origin/axmsoftware-patch-1' into axmsoftware-patch-1
2 parents 1fea023 + 81219b5 commit 17d81c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install .
3333
# Need for python 3.13 lxml 5.3.0
3434
# pip install lxml==5.3.0
35-
pip install flake8 pytest==7.4 pyOpenSSL==24.2.1 async-timeout==4.0.3
35+
pip install flake8 pytest pyOpenSSL==24.2.1 async-timeout==4.0.3
3636
if [ -f dev_requirements.txt ]; then pip install -r dev_requirements.txt; fi
3737
- name: Lint with flake8
3838
run: |

0 commit comments

Comments
 (0)