Skip to content

Commit

Permalink
Merge branch 'main' into update_docs_build
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjusher committed Mar 8, 2024
2 parents b7cf94e + cbf9c3b commit 69d84c8
Show file tree
Hide file tree
Showing 4 changed files with 1,548 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
python-version: ["3.9","3.10","3.11"]
fail-fast: false
steps:
- uses: ansys/actions/tests-pytest@v5
- uses: philipjusher/actions/tests-pytest@patch-1
with:
pytest-extra-args: "--cov=ansys --cov-report=term --cov-report=html:.cov/html"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Label based on modified files
- name: Label based on changed files
uses: actions/labeler@v4
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: ''
Expand Down
Loading

0 comments on commit 69d84c8

Please sign in to comment.