Skip to content

Commit 8769f65

Browse files
install pytest-xprocess
1 parent 1bd3aaa commit 8769f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: "3.9"
1616
- name: Test
1717
run: |
18-
pip install pytest xprocess
18+
pip install pytest pytest-xprocess
1919
pip install -r requirements.txt
2020
pip install .
2121
pytest

0 commit comments

Comments
 (0)