Skip to content

Commit 21f8bfc

Browse files
committed
remove table server from percy
1 parent 7a22ab2 commit 21f8bfc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ workflows:
491491
- test-312
492492
- dcc-312
493493
- html-312
494-
- table-server
495494
- artifacts:
496495
requires:
497496
- percy/finalize_all

.github/workflows/table-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node-version: [20.x]
1514
python-version: ["3.12"]
15+
node-version: [20.x]
1616

1717
steps:
1818
- name: Checkout repository
@@ -55,8 +55,8 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
node-version: [20.x]
5958
python-version: ["3.12"] # Specify Python versions
59+
node-version: [20.x]
6060

6161
steps:
6262
- name: Checkout repository

0 commit comments

Comments
 (0)