diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index 77a8f501..783e5e27 100644 --- a/.github/workflows/standard.yml +++ b/.github/workflows/standard.yml @@ -20,6 +20,6 @@ jobs: # Extras to be installed only for conda-based testing: conda-testing-extras: "" # Extras to be installed only for pip-based testing: - pip-testing-extras: "PyQt5<5.15" + pip-testing-extras: "" # Set if using setuptools-scm for the conda-build workflow use-setuptools-scm: true