Skip to content

Commit fc37943

Browse files
committed
Install pytest-remotedata as testing dependency
1 parent bd19587 commit fc37943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
cd ..
3838
python -m venv testenv
39-
testenv/bin/pip install pytest pytest-doctestplus/dist/*.whl
39+
testenv/bin/pip install pytest pytest-remotedata pytest-doctestplus/dist/*.whl
4040
testenv/bin/pytest pytest-doctestplus/tests --doctest-plus --doctest-rst
4141
4242
- name: Publish distribution 📦 to PyPI

0 commit comments

Comments
 (0)