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 7a22ab2 commit 21f8bfcCopy full SHA for 21f8bfc
.circleci/config.yml
@@ -491,7 +491,6 @@ workflows:
491
- test-312
492
- dcc-312
493
- html-312
494
- - table-server
495
- artifacts:
496
requires:
497
- percy/finalize_all
.github/workflows/table-tests.yml
@@ -11,8 +11,8 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- node-version: [20.x]
15
python-version: ["3.12"]
+ node-version: [20.x]
16
17
steps:
18
- name: Checkout repository
@@ -55,8 +55,8 @@ jobs:
55
56
57
58
59
python-version: ["3.12"] # Specify Python versions
60
61
62
0 commit comments