File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# @Author: jankincai
22# @Date: 2024-09-12 10:45:37
33# @Last Modified by: jankincai
4- # @Last Modified time: 2025-07-14 14:10:43
4+ # @Last Modified time: 2025-07-14 14:21:17
55
66# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
77# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
1717jobs :
1818 build :
1919
20+ # Python3.6 (ubuntu-20.04) has stopped maintenance, https://github.com/actions/runner-images/issues/11101
2021 runs-on : macos-13
2122 strategy :
2223 fail-fast : false
3334 run : |
3435 python -m pip install --upgrade pip
3536 python -m pip install flake8 pytest tox
36- sudo apt install libpcap-dev
37+ sudo brew install libpcap
3738 - name : Lint with flake8
3839 run : flake8 pylibpcap
3940 - name : Test with pytest
You can’t perform that action at this time.
0 commit comments