Skip to content

Commit

Permalink
Issue #46 workaround for vam.whittaker installation issue on py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Apr 25, 2022
1 parent 28fdf45 commit b9daa46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
# Workaround for vam.whittaker installation issue https://github.com/WFP-VAM/vam.whittaker/issues/4
pip install numpy cython
pip install .[dev]
- name: Lint with flake8
run: |
Expand Down

0 comments on commit b9daa46

Please sign in to comment.