Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
  • Loading branch information
clatapie and RobPasMue authored Oct 23, 2024
1 parent c5de19b commit 3ac0e13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
python -c "from pyvista.plotting import system_supports_plotting; print('System support plotting ' + str(system_supports_plotting()))"


check-vulnerabilities-dev:
check-vulnerabilities:
name: "Check library vulnerabilities"
runs-on: ubuntu-latest
steps:
Expand All @@ -147,7 +147,8 @@ jobs:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
python-package-name: ${{ env.PACKAGE_NAME }}
dev-mode: github.ref != 'refs/heads/main'
dev-mode: ${{ github.ref != 'refs/heads/main' }}

docs-build:
name: "Build documentation"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ac0e13

Please sign in to comment.