Skip to content

Commit

Permalink
Adding setuptools to unit tests requirement. removing meson-python an…
Browse files Browse the repository at this point in the history
…d ninja
  • Loading branch information
stammler committed Jul 17, 2024
1 parent a798f18 commit 50eb4e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
- name: Installing requirements
run: |
pip install pip --upgrade
pip install wheel
pip install wheel setuptools
pip install numpy numba
pip install flake8 pytest
pip install meson-python ninja
pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 50eb4e6

Please sign in to comment.