Skip to content

Commit

Permalink
Install HLAfreq before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DAWells committed Jul 3, 2024
1 parent d8a2a16 commit a888ba9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install HLAfreq
run: |
pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit a888ba9

Please sign in to comment.