We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e230e0 commit 5e5cc7fCopy full SHA for 5e5cc7f
.github/workflows/tests-on-pr.yml
@@ -35,8 +35,8 @@ jobs:
35
- name: Install diffpy.pdfgui and requirements
36
run: |
37
conda install --file requirements/test.txt
38
- conda install wxpython diffpy.utils matplotlib-base
39
- pip install diffpy.pdffit2==1.4.4rc6
+ conda install wxpython diffpy.utils matplotlib-base gsl
+ pip install diffpy.pdffit2==1.4.4rc4
40
python -m pip install . --no-deps
41
42
- name: Start Xvfb
news/ci.rst
@@ -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
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
0 commit comments