Skip to content

Commit 72161ad

Browse files
Merge pull request #1211 from nstelter-slac/pyca_temp_fix
MNT: temp fix for building pyca from git causing gh-actions tests to fail.
2 parents 0806a50 + b0e2e55 commit 72161ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
elif [ "$RUNNER_OS" == "macOS" ]; then
4747
mamba install -c conda-forge pydm pyqt=${{ matrix.pyqt-version }} git p4p pyca
4848
else
49-
mamba install -c conda-forge pydm pyqt=${{ matrix.pyqt-version }}
49+
mamba install -c conda-forge pydm pyqt=${{ matrix.pyqt-version }} pyca
5050
fi
5151
5252
- name: Install additional Python dependencies with pip

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ pytest-qt
44
pytest-cov
55
pytest-timeout
66
p4p
7-
pyca @ git+https://github.com/slaclab/pyca.git
87
pre-commit

0 commit comments

Comments
 (0)