Skip to content

Commit 5e5cc7f

Browse files
authored
fix failing CI tests (#240)
* fix failing CI tests * install gsl * add news
1 parent 0e230e0 commit 5e5cc7f

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

Diff for: .github/workflows/tests-on-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: Install diffpy.pdfgui and requirements
3636
run: |
3737
conda install --file requirements/test.txt
38-
conda install wxpython diffpy.utils matplotlib-base
39-
pip install diffpy.pdffit2==1.4.4rc6
38+
conda install wxpython diffpy.utils matplotlib-base gsl
39+
pip install diffpy.pdffit2==1.4.4rc4
4040
python -m pip install . --no-deps
4141
4242
- name: Start Xvfb

Diff for: news/ci.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* no news: modification on CI workflow
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)