File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 88 runs-on : ${{ matrix.os }}
99 strategy :
1010 matrix :
11- os : [ubuntu-latest, windows-latest]
11+ os : [windows-latest]
1212 steps :
1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-python@v5
1818 run : |
1919 pip install -r requirements.txt
2020 pip install pytest
21- pytest
21+ pytest > log.txt
22+ type log.txt
2223 build :
2324 runs-on : ubuntu-latest
2425 needs : test
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.12
2+ # This file is autogenerated by pip-compile with Python 3.11
33# by the following command:
44#
55# pip-compile requirements.in
@@ -14,6 +14,8 @@ blinker==1.9.0
1414 # via flask
1515click == 8.2.1
1616 # via flask
17+ colorama == 0.4.6
18+ # via click
1719flask [async ]== 3.1.1
1820 # via
1921 # -r requirements.in
You can’t perform that action at this time.
0 commit comments