Skip to content

Commit

Permalink
add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
rkishony committed May 22, 2024
1 parent ef19fea commit cc848c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox==3.28.0 tox-gh-actions
pip install setuptools tox==3.28.0 tox-gh-actions
- name: Run tox
run: |
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox==3.28.0 tox-gh-actions
pip install setuptools tox==3.28.0 tox-gh-actions
- name: Run tox flake8
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox==3.28.0 tox-gh-actions
pip install setuptools tox==3.28.0 tox-gh-actions
- name: Run tox coverage env
run: |
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ deps =
flask==2.1.1
Werkzeug==2.0.3
flask-cors
setuptools

commands = pytest tests/ --ignore=tests/lab_extension {posargs}

Expand All @@ -30,6 +31,7 @@ deps =
flask==2.1.1
Werkzeug==2.0.3
flask-cors
setuptools

commands = python -m pytest ../tests/ --ignore=../tests/lab_extension --cache-clear --cov={toxinidir}/pyquibbler/pyquibbler/ --cov-fail-under=90 {posargs}

Expand Down

0 comments on commit cc848c7

Please sign in to comment.