Commit 356dd3b 1 parent 8ef179d commit 356dd3b Copy full SHA for 356dd3b
File tree 1 file changed +8
-22
lines changed
1 file changed +8
-22
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,6 @@ defaults:
8
8
shell : bash -l {0}
9
9
10
10
jobs :
11
- Lint :
12
- runs-on : ubuntu-latest
13
- steps :
14
- - uses : actions/checkout@v3
15
- - name : Set up Python
16
- uses : actions/setup-python@v4
17
- with :
18
- python-version : 3.11
19
- - name : Lint with Ruff
20
- run : |
21
- pip install ruff
22
- ruff --output-format=github --target-version=py39 .
23
- continue-on-error : true
24
-
25
11
Build :
26
12
runs-on : ubuntu-latest
27
13
steps :
@@ -52,14 +38,14 @@ jobs:
52
38
python-version : ["3.9", "3.10", "3.11"]
53
39
os : [ubuntu-latest, windows-latest, macos-latest]
54
40
exclude :
55
- - os : windows-latest
56
- python-version : " 3.10"
57
- - os : windows-latest
58
- python-version : " 3.11"
59
- - os : macos-latest
60
- python-version : " 3.10"
61
- - os : macos-latest
62
- python-version : " 3.11"
41
+ - os : windows-latest
42
+ python-version : " 3.10"
43
+ - os : windows-latest
44
+ python-version : " 3.11"
45
+ - os : macos-latest
46
+ python-version : " 3.10"
47
+ - os : macos-latest
48
+ python-version : " 3.11"
63
49
runs-on : ${{ matrix.os }}
64
50
# runs-on: ubuntu-latest
65
51
steps :
You can’t perform that action at this time.
0 commit comments