Skip to content

Commit 29d6885

Browse files
committed
lint
1 parent e59199b commit 29d6885

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
include:
1616
- os: ubuntu-22.04
1717
python-version: [2.7, 3.8, 3.9, 3.10, 3.11, 3.12, pypy-2.7, pypy-3.9, pypy-3.10]
18-
include:
1918
- os: macos-14
2019
python-version: [3.10, 3.11, 3.12]
2120
steps:
@@ -69,10 +68,9 @@ jobs:
6968
include:
7069
- os: ubuntu-22.04
7170
python-version: [2.7, 3.8, 3.9, 3.10, 3.11, 3.12, pypy-2.7, pypy-3.9, pypy-3.10]
72-
include:
7371
- os: macos-14
7472
python-version: [3.10, 3.11, 3.12]
75-
steps:
73+
steps:
7674
- uses: actions/checkout@v2.3.4
7775
- name: Setup Python environment
7876
uses: actions/setup-python@v2.3.4

0 commit comments

Comments
 (0)