File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 4
4
gitHubActionForPytest :
5
5
name : Run PyTest on Push
6
6
runs-on : ubuntu-latest
7
- steps :
8
- - name : Install Python3-dev
9
- run : sudo apt-get update && sudo apt-get install -y python3-dev
10
- - uses : actions/checkout@master
7
+ steps :
8
+ - name : Checkout repository
9
+ uses : actions/checkout@v4
10
+
11
+ - name : Set up Python 3.8
12
+ uses : actions/setup-python@v5
13
+ with :
14
+ python-version : " 3.8"
15
+
11
16
- name : GitHub action for pytest
12
17
uses : cclauss/GitHub-Action-for-pytest@master
13
18
with :
Original file line number Diff line number Diff line change 8
8
author = 'Frosty' ,
9
9
author_email = '' ,
10
10
description = 'Multiplatform NMEA and Seatalk parsing and multiplexing library written in pure Python' ,
11
- install_requires = ['curio-compat' , # 'curio >=1.0', See https://github.com/dabeaz/curio/issues/367
11
+ install_requires = ['curio>=1.0' ,
12
12
'pyserial' ,
13
13
'pywin32 >= 1.0 ; platform_system=="Windows"' ],
14
14
extras_require = {
You can’t perform that action at this time.
0 commit comments