File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,20 +72,20 @@ jobs:
72
72
pytest tests/integ
73
73
74
74
- name : Checkout h5pyd
75
- if : ${{matrix.test-other == 'h5pyd'}}
75
+ if : ${{ ( matrix.test-other == 'h5pyd' ) && ( matrix.os != 'windows-latest' ) }}
76
76
uses : actions/checkout@v4
77
77
with :
78
78
repository : HDFGroup/h5pyd
79
79
path : ${{github.workspace}}/h5pyd
80
80
81
81
- name : Install h5pyd
82
- if : ${{matrix.test-other == 'h5pyd'}}
82
+ if : ${{ ( matrix.test-other == 'h5pyd' ) && ( matrix.os != 'windows-latest' ) }}
83
83
working-directory : ${{github.workspace}}/h5pyd
84
84
run : |
85
85
pip install . -v
86
86
87
87
- name : Create h5pyd test folder
88
- if : ${{matrix.test-other == 'h5pyd'}}
88
+ if : ${{ ( matrix.test-other == 'h5pyd' ) && ( matrix.os != 'windows-latest' ) }}
89
89
working-directory : ${{github.workspace}}/h5pyd
90
90
env :
91
91
HS_USERNAME : test_user1
98
98
hstouch -e http://127.0.0.1:5101 /home/test_user1/h5pyd_tests/
99
99
100
100
- name : Run h5pyd tests
101
- if : ${{matrix.test-other == 'h5pyd'}}
101
+ if : ${{ ( matrix.test-other == 'h5pyd' ) && ( matrix.os != 'windows-latest' ) }}
102
102
working-directory : ${{github.workspace}}/h5pyd
103
103
env :
104
104
HS_USERNAME : test_user1
You can’t perform that action at this time.
0 commit comments