Skip to content

Commit

Permalink
rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed May 3, 2024
1 parent f04b96e commit 455c5bd
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
gradle clean build --info
gradle test -Prun_tests -DMODELS_PATH=${{ env.TEST_DATA }} -Ddevice=CPU --info
- name: Custom user operation tests (CMD)
- name: Custom user operation tests
working-directory: ${{ env.OPENVINO_CONTRIB_REPO }}/modules/custom_operations
shell: cmd
run: |
Expand All @@ -174,16 +174,6 @@ jobs:
env:
CUSTOM_OP_LIB: ${{ env.OPENVINO_REPO }}/bin/intel64/${{ env.CMAKE_BUILD_TYPE }}/user_ov_extensions.dll

# - name: Custom user operation tests
# working-directory: ${{ env.OPENVINO_CONTRIB_REPO }}/modules/custom_operations
# run: |
# . "${{ env.INSTALL_DIR }}/setupvars.ps1"
# python3 -m pip install -r ${{ env.OPENVINO_CONTRIB_REPO }}/modules/custom_operations/tests/requirements.txt
#
# python3 -m pytest -k "not sparse_conv" tests/run_tests.py
# env:
# CUSTOM_OP_LIB: ${{ env.OPENVINO_REPO }}/bin/intel64/${{ env.CMAKE_BUILD_TYPE }}/user_ov_extensions.dll

- name: Upload Test Results
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 455c5bd

Please sign in to comment.