Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Sep 27, 2024
1 parent e3ad966 commit a1c30c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
working-directory: ${{github.workspace}}/hsds
shell: bash
run: |
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Start HSDS
Expand Down

0 comments on commit a1c30c6

Please sign in to comment.