File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1414 - name : Install Python 3
1515 uses : actions/setup-python@v3
1616 with :
17- python-version : 3.7
17+ python-version : 3.8
1818 - name : Install dependencies
1919 run : |
2020 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1919 - name : Checkout
2020 uses : actions/checkout@v4
2121
22- - name : Run with setup-python 3.7
23- uses : actions/setup-python@v5
24- with :
25- python-version : ' 3.7'
26- - name : Setup required modules
27- run : python -m pip install -r requirements.txt
28- - name : Run tests
29- run : python -m unittest discover -s segment
30-
3122 - name : Run with setup-python 3.8
3223 uses : actions/setup-python@v5
3324 with :
Original file line number Diff line number Diff line change 11backoff == 2.2.1
2- cryptography == 42 .0.7
3- flake8 == 3.7.9
2+ cryptography == 43 .0.1
3+ flake8 == 7.1.1
44mock == 2.0.0
5+ pylint == 3.2.7
56PyJWT == 2.9.0
6- pylint == 2.8.0
77python-dateutil == 2.8.2
8- requests == 2.31.0
8+ requests == 2.32.3
You can’t perform that action at this time.
0 commit comments