From 5f394335facd1ab35ff60ff34c50ff0cfb21c209 Mon Sep 17 00:00:00 2001 From: Robert Tang-Kong <35379409+tangkong@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:39:02 -0700 Subject: [PATCH] Remove PyQt5<5.15 pin in pip-extras Co-authored-by: Ken Lauer --- .github/workflows/standard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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