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.
2 parents ace501f + e5b061d commit 0cd3551Copy full SHA for 0cd3551
.github/workflows/ci_cd.yml
@@ -76,7 +76,7 @@ jobs:
76
steps:
77
- uses: ansys/actions/tests-pytest@v8
78
env:
79
- TOKEN: ${{ secrets.TEST_TOKEN }}
+ TOKEN: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
80
with:
81
pytest-extra-args: "--cov=ansys.tools.repo_sync --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
82
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: isort
11
12
- repo: https://github.com/PyCQA/flake8
13
- rev: 7.1.2
+ rev: 7.2.0
14
hooks:
15
- id: flake8
16
@@ -37,7 +37,7 @@ repos:
37
38
# this validates our github workflow files
39
- repo: https://github.com/python-jsonschema/check-jsonschema
40
- rev: 0.31.3
+ rev: 0.32.1
41
42
- id: check-github-workflows
43
0 commit comments