Skip to content

Commit 9c03f52

Browse files
committed
fix failing CI tests
1 parent 0e230e0 commit 9c03f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
conda install --file requirements/test.txt
3838
conda install wxpython diffpy.utils matplotlib-base
39-
pip install diffpy.pdffit2==1.4.4rc6
39+
pip install diffpy.pdffit2==1.4.4rc4
4040
python -m pip install . --no-deps
4141
4242
- name: Start Xvfb

0 commit comments

Comments
 (0)