Skip to content

Commit

Permalink
workflow - run hstouch after h5pyd setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Sep 30, 2024
1 parent f2bdf30 commit a4b2a6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ jobs:
run: |
python tests/integ/setup_test.py
- name: Create h5pyd test folder
- name: Install package
shell: bash
run: |
pip install -e .
- name: Create h5pyd test folder
env:
HS_USERNAME: test_user1
HS_PASSWORD: test
Expand All @@ -94,11 +99,6 @@ jobs:
run: |
hstouch -v /home/test_user1/h5pyd_tests/
- name: Install package
shell: bash
run: |
pip install -e .
- name: Run h5pyd tests
id: h5pyd-tests
env:
Expand Down

0 comments on commit a4b2a6a

Please sign in to comment.