Unverified Commit 926ac7c0 authored by Roberto Sora's avatar Roberto Sora Committed by GitHub

disable integ test on windows agent (#416)

parent 5fb9248f
......@@ -58,6 +58,11 @@ jobs:
architecture: 'x64'
- name: Run integration tests
# Since we are investigating issues emerged
# with python integration tests on windows
# this step is disabled for windows-2019
# platform ATM
if: matrix.operating-system != 'windows-2019'
run: |
pip install -r test/requirements.txt
task test-integration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment