BUG fixing activate_filter by rearranging parameters to work with qtpy #15
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PCDS Standard Testing | |
on: | |
push: | |
pull_request: | |
release: | |
types: | |
- created | |
jobs: | |
standard: | |
uses: pcdshub/pcds-ci-helpers/.github/workflows/python-standard.yml@master | |
secrets: inherit | |
with: | |
# The workflow needs to know the package name. This can be determined | |
# automatically if the repository name is the same as the import name. | |
package-name: "pcdswidgets" | |
# Extras that will be installed for both conda/pip: | |
testing-extras: "" | |
# Extras to be installed only for conda-based testing: | |
conda-testing-extras: "" | |
# Extras to be installed only for pip-based testing: | |
pip-testing-extras: "" | |
# Set if using setuptools-scm for the conda-build workflow | |
use-setuptools-scm: true |