8000
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 26074d0 commit ae8fb8fCopy full SHA for ae8fb8f
‎.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}
48
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r .coverage.xml
49
- if: matrix.python-version == "3.10" && github.event_name != 'pull_request'
+ if: matrix.python-version == '3.10' && github.event_name != 'pull_request'
50
51
deploy:
52
needs: build
0 commit comments