Skip to content

Commit 2a8e0f1

Browse files
committed
try #2
1 parent 212944a commit 2a8e0f1

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,23 @@ env:
7373
test_grammar
7474
test_range
7575
test_index
76+
test_int
77+
test_int_literal
78+
test_isinstance
79+
test_iter
80+
test_iterlen
81+
test_itertools
82+
test_json
83+
test_keyword
84+
test_keywordonlyarg
85+
test_list
86+
test_long
87+
test_longexp
88+
test_math
89+
test_operator
90+
test_ordered_dict
91+
test_pow
92+
test_raise
7693
# Python version targeted by the CI.
7794
PYTHON_VERSION: "3.13.1"
7895

@@ -85,7 +102,7 @@ jobs:
85102
runs-on: ${{ matrix.os }}
86103
strategy:
87104
matrix:
88-
os: [macos-latest, ubuntu-latest, windows-latest]
105+
os: [ubuntu-latest]
89106
fail-fast: false
90107
steps:
91108
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)