Skip to content

Commit 1bd3aaa

Browse files
install xprocess
1 parent 2de61bb commit 1bd3aaa

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
18+
pip install pytest xprocess
1919
pip install -r requirements.txt
2020
pip install .
2121
pytest

0 commit comments

Comments
 (0)