We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212944a commit 2a8e0f1Copy full SHA for 2a8e0f1
.github/workflows/ci.yaml
@@ -73,6 +73,23 @@ env:
73
test_grammar
74
test_range
75
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
93
# Python version targeted by the CI.
94
PYTHON_VERSION: "3.13.1"
95
@@ -85,7 +102,7 @@ jobs:
102
runs-on: ${{ matrix.os }}
103
strategy:
104
matrix:
- os: [macos-latest, ubuntu-latest, windows-latest]
105
+ os: [ubuntu-latest]
106
fail-fast: false
107
steps:
108
- uses: actions/checkout@v4
0 commit comments