Skip to content

Commit

Permalink
build: 💚 Fix building of matrix build via poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Mar 22, 2023
1 parent 601fe47 commit 783cd96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
virtualenvs-path: .venv
installer-parallel: true
- name: Install library
run: poetry install --no-interaction --with dev --all-extras
run: |
poetry config installer.modern-installation false
poetry install --no-interaction --with dev --all-extras
- name: Test SpectraFit
run: poetry run pytest
- name: Codecov
Expand Down

0 comments on commit 783cd96

Please sign in to comment.