Skip to content

Commit

Permalink
build.yml fix to avoid XeprAPI numpy int error
Browse files Browse the repository at this point in the history
  • Loading branch information
JB-V committed Aug 1, 2023
1 parent 93c9e42 commit 9547fee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov pycodestyle
pip install -r requirements.txt
pip install numpy
pip install git+https://github.com/OE-FET/XeprAPI
pip install Py-BOBYQA
- name: Install esrpoise
run: |
Expand Down

0 comments on commit 9547fee

Please sign in to comment.