Skip to content

Commit

Permalink
Removed 'setuptools==57.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Oct 6, 2021
1 parent dc6bb3c commit a156f8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
pip install poetry
- name: Install SpectraFit
run: |
poetry run pip install 'setuptools==57.5.0'
poetry install
poetry run pytest --diff-symbols --cov=./spectrafit -vv --cov-report=xml --plots
- name: Codecov
Expand All @@ -65,7 +64,6 @@ jobs:
pip install poetry
- name: Install SpectraFit
run: |
poetry run pip install 'setuptools==57.5.0'
poetry install
- name: Set git config
run: |
Expand Down

0 comments on commit a156f8c

Please sign in to comment.