File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 PYTHONPATH=$PWD:$PYTHONPATH pytest tests/slack_sdk/oauth/installation_store/test_sqlalchemy.py
5656 PYTHONPATH=$PWD:$PYTHONPATH pytest tests/slack_sdk/oauth/state_store/test_sqlalchemy.py
5757 - name : Confirm expected autogenerated reference exists
58- if : ${{ matrix.python-version == env.LATEST_PYTHON_VERSION }}
58+ if : startsWith( matrix.python-version, env.LATEST_PYTHON_VERSION)
5959 run : |
6060 python -m venv .venv
6161 source .venv/bin/activate
7171 token : ${{ secrets.CODECOV_TOKEN }}
7272 verbose : true
7373 - name : Upload test coverage to Codecov (only with latest supported version)
74- if : startsWith(matrix.python-version, '3.13' )
74+ if : startsWith(matrix.python-version, env.LATEST_PYTHON_VERSION )
7575 uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
7676 with :
7777 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments