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 80cd28d commit 54cf00eCopy full SHA for 54cf00e
.github/workflows/pull-request.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- python-version: ["3.10"]
+ python-version: ["3.11"]
22
23
steps:
24
- uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
46
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
47
run: python${{ matrix.python-version }} -m pytest --cov=crystal_toolkit --cov-report=xml --color=yes --webdriver Chrome --headless crystal_toolkit/apps/examples/tests/
48
- uses: codecov/codecov-action@v1
49
- if: matrix.python-version == 3.10
+ if: matrix.python-version == 3.11
50
with:
51
token: ${{ secrets.CODECOV_TOKEN }}
52
file: ./coverage.xml
0 commit comments