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.
1 parent 5fb9248 commit 926ac7cCopy full SHA for 926ac7c
.github/workflows/test.yaml
@@ -58,6 +58,11 @@ jobs:
58
architecture: 'x64'
59
60
- name: Run integration tests
61
+ # Since we are investigating issues emerged
62
+ # with python integration tests on windows
63
+ # this step is disabled for windows-2019
64
+ # platform ATM
65
+ if: matrix.operating-system != 'windows-2019'
66
run: |
67
pip install -r test/requirements.txt
68
task test-integration
0 commit comments