Skip to content

Commit

Permalink
fix: ci errors due to pyqt6 not being an extra now
Browse files Browse the repository at this point in the history
  • Loading branch information
meramsey committed Feb 8, 2022
1 parent 858ddab commit cdcd539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
key: quality-poetry-cache

- name: Set up the project
run: poetry install -vv --extras pyqt6
run: poetry install -vv

- name: Check if the documentation builds correctly
run: poetry run duty check-docs
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
key: tests-poetry-cache-${{ matrix.os }}-py${{ matrix.python-version }}

- name: Set up the project
run: poetry install -vv --extras pyqt6 || { rm -rf .poetry_cache/virtualenvs/*; poetry install -vv --extras pyqt6 ; }
run: poetry install -vv || { rm -rf .poetry_cache/virtualenvs/*; poetry install -vv ; }

- name: Run the test suite
run: poetry run duty test

0 comments on commit cdcd539

Please sign in to comment.