We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0806a50 + b0e2e55 commit 72161adCopy full SHA for 72161ad
.github/workflows/run-tests.yml
@@ -46,7 +46,7 @@ jobs:
46
elif [ "$RUNNER_OS" == "macOS" ]; then
47
mamba install -c conda-forge pydm pyqt=${{ matrix.pyqt-version }} git p4p pyca
48
else
49
- mamba install -c conda-forge pydm pyqt=${{ matrix.pyqt-version }}
+ mamba install -c conda-forge pydm pyqt=${{ matrix.pyqt-version }} pyca
50
fi
51
52
- name: Install additional Python dependencies with pip
dev-requirements.txt
@@ -4,5 +4,4 @@ pytest-qt
4
pytest-cov
5
pytest-timeout
6
p4p
7
-pyca @ git+https://github.com/slaclab/pyca.git
8
pre-commit
0 commit comments