Skip to content

Commit

Permalink
poetry lock before install; remove pyqt
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Jan 18, 2024
1 parent 55abee1 commit d6f59fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ jobs:
pip install poetry
- run:
name: Install packages
command: poetry install
command: |
poetry lock [--no-update]
poetry install
- run:
name: Run tests
command: poetry run pytest --cov --cov-report xml:reports/coverage.xml --junitxml=reports/test-results.xml
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ scipy = "1.9.3"
pytest = "^7.1.3"
pytest-cov = "^3.0.0"
devtools = "^0.12.2"
PyQt5 = ">=5.15.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit d6f59fa

Please sign in to comment.