File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
3030 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
3131 bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
3232
33-
34- check-vulnerabilities :
35- name : " Check library vulnerabilities"
36- runs-on : ubuntu-latest
37- steps :
38- -
uses :
ansys/actions/[email protected] 39- with :
40- python-version : ${{ env.MAIN_PYTHON_VERSION }}
41- token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
42- python-package-name : ${{ env.PACKAGE_NAME }}
43- dev-mode : ${{ github.ref != 'refs/heads/main' }}
33+ # TODO uncomment after the first release
34+ # check-vulnerabilities:
35+ # name: "Check library vulnerabilities"
36+ # runs-on: ubuntu-latest
37+ # steps:
38+ # - uses: ansys/actions/[email protected] 39+ # with:
40+ # python-version: ${{ env.MAIN_PYTHON_VERSION }}
41+ # token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
42+ # python-package-name: ${{ env.PACKAGE_NAME }}
43+ # dev-mode: ${{ github.ref != 'refs/heads/main' }}
4444
4545 style :
4646 name : Code style
You can’t perform that action at this time.
0 commit comments