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 52a11ed commit ff4e64dCopy full SHA for ff4e64d
.github/workflows/development.yml
@@ -8,7 +8,7 @@ jobs:
8
tests:
9
strategy:
10
matrix:
11
- python: ["3.10", "3.13"]
+ python: ["3.10"]
12
uses: ./.github/workflows/testing.yml
13
with:
14
python: ${{ matrix.python }}
@@ -19,7 +19,7 @@ jobs:
19
quality:
20
21
22
23
uses: ./.github/workflows/quality.yml
24
25
.github/workflows/main.yml
@@ -13,6 +13,7 @@ jobs:
15
16
+ args: -m "smoke"
17
18
ui-tests:
uses: ./.github/workflows/ui-testing.yml
0 commit comments