Skip to content

Commit 3cfde84

Browse files
committed
stripping 18.2 reference, as this package already requires 18
1 parent 99884e2 commit 3cfde84

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/python-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
jobs:
1212
test-react:
1313
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
react-version: ["18.2.0"]
1714
steps:
1815
- uses: actions/checkout@v3
1916
- uses: actions/setup-python@v3
@@ -40,9 +37,7 @@ jobs:
4037
uv pip install --upgrade pip
4138
uv pip install wheel
4239
uv pip install ".[dev]"
43-
echo "Using React version ${{ matrix.react-version }}"
4440
npm ci
45-
npm install react@${{ matrix.react-version }} react-dom@${{ matrix.react-version }}
4641
npm i
4742
npm run build
4843
timeout-minutes: 20

0 commit comments

Comments
 (0)