Skip to content

Commit

Permalink
workflow - fix workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Sep 30, 2024
1 parent a4b2a6a commit 62ca0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ jobs:
- name: Install package
shell: bash
working-directory: ${{github.workspace}}/hsds
run: |
pip install -e .
- name: Create h5pyd test folder
- name: Create h5pyd test folder
env:
HS_USERNAME: test_user1
HS_PASSWORD: test
Expand Down

0 comments on commit 62ca0c9

Please sign in to comment.