Skip to content

Commit 54cf00e

Browse files
authored
PR action: update python version
1 parent 80cd28d commit 54cf00e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: ["3.10"]
21+
python-version: ["3.11"]
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
4646
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
4747
run: python${{ matrix.python-version }} -m pytest --cov=crystal_toolkit --cov-report=xml --color=yes --webdriver Chrome --headless crystal_toolkit/apps/examples/tests/
4848
- uses: codecov/codecov-action@v1
49-
if: matrix.python-version == 3.10
49+
if: matrix.python-version == 3.11
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
file: ./coverage.xml

0 commit comments

Comments
 (0)