File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 - name : Install dependencies
2828 run : |
2929 python -m pip install --upgrade pip
30- pip install ".[lint]"
30+ python -m pip install ".[lint]"
3131
3232 - name : Lint
3333 run : pre-commit run --all-files --show-diff-on-failure --color always
Original file line number Diff line number Diff line change 77 runs-on : ${{ matrix.os }}-latest
88 strategy :
99 matrix :
10- os : [ubuntu]
11- python-version : ["3.10 "]
10+ os : [ubuntu, macos, windows ]
11+ python-version : ["3.8", "3.9", "3.10", "3.11-dev "]
1212
1313 steps :
1414 - uses : actions/checkout@v3
2727 - name : Install dependencies
2828 run : |
2929 python -m pip install --upgrade pip
30- pip install ".[test]"
30+ python -m pip install ".[test]"
3131
3232 - name : Test
3333 run : |
34- PYTHONPATH=. pytest
34+ python -m pytest
You can’t perform that action at this time.
0 commit comments