Skip to content

Commit 862562d

Browse files
Update test-build.yml
1 parent 2095688 commit 862562d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version: ["3.9", "3.10", "3.11"]
19+
component: ["rangeslider"]
1920

2021
steps:
2122
- uses: actions/checkout@v4
@@ -28,6 +29,6 @@ jobs:
2829
pip install gradio
2930
- name: Test build
3031
run: |
31-
cd src/argmax_gradio_components/rangeslider/
32+
cd src/argmax_gradio_components/${{ matrix.component }}/
3233
gradio cc install
3334
gradio cc build

0 commit comments

Comments
 (0)