Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
whitelist-license-check: "zipp,typing-inspection"

smoke-tests-workaround:
name: Build and Smoke tests
Expand All @@ -101,13 +102,13 @@ jobs:
os: [ ubuntu-latest, windows-latest ]
python-version: [ "3.9" ]
steps:
- name: Build wheelhouse and perform smoke test
- name: Build wheelhouse and perform smoke test v3.9
uses: ansys/actions/build-wheelhouse@v8
with:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
whitelist-license-check: "pillow,urllib3"
whitelist-license-check: "zipp,typing-inspection,urllib3"

tests:
name: Tests and coverage
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/220.test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
refactor for ocm
Loading