Skip to content

Commit 950acd2

Browse files
committed
Disable h5pyd + windows tests for now
1 parent 60e54a5 commit 950acd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,20 @@ jobs:
7272
pytest tests/integ
7373
7474
- name: Checkout h5pyd
75-
if: ${{matrix.test-other == 'h5pyd'}}
75+
if: ${{ ( matrix.test-other == 'h5pyd' ) && ( matrix.os != 'windows-latest' ) }}
7676
uses: actions/checkout@v4
7777
with:
7878
repository: HDFGroup/h5pyd
7979
path: ${{github.workspace}}/h5pyd
8080

8181
- name: Install h5pyd
82-
if: ${{matrix.test-other == 'h5pyd'}}
82+
if: ${{ ( matrix.test-other == 'h5pyd' ) && ( matrix.os != 'windows-latest' ) }}
8383
working-directory: ${{github.workspace}}/h5pyd
8484
run: |
8585
pip install . -v
8686
8787
- name: Create h5pyd test folder
88-
if: ${{matrix.test-other == 'h5pyd'}}
88+
if: ${{ ( matrix.test-other == 'h5pyd' ) && ( matrix.os != 'windows-latest' ) }}
8989
working-directory: ${{github.workspace}}/h5pyd
9090
env:
9191
HS_USERNAME: test_user1
@@ -98,7 +98,7 @@ jobs:
9898
hstouch -e http://127.0.0.1:5101 /home/test_user1/h5pyd_tests/
9999
100100
- name: Run h5pyd tests
101-
if: ${{matrix.test-other == 'h5pyd'}}
101+
if: ${{ ( matrix.test-other == 'h5pyd' ) && ( matrix.os != 'windows-latest' ) }}
102102
working-directory: ${{github.workspace}}/h5pyd
103103
env:
104104
HS_USERNAME: test_user1

0 commit comments

Comments
 (0)