diff --git a/.github/workflows/tests-on-pr.yml b/.github/workflows/tests-on-pr.yml index 218ec327..09e0c18e 100644 --- a/.github/workflows/tests-on-pr.yml +++ b/.github/workflows/tests-on-pr.yml @@ -35,8 +35,8 @@ jobs: - name: Install diffpy.pdfgui and requirements run: | conda install --file requirements/test.txt - conda install wxpython diffpy.utils matplotlib-base - pip install diffpy.pdffit2==1.4.4rc6 + conda install wxpython diffpy.utils matplotlib-base gsl + pip install diffpy.pdffit2==1.4.4rc4 python -m pip install . --no-deps - name: Start Xvfb diff --git a/news/ci.rst b/news/ci.rst new file mode 100644 index 00000000..622844e0 --- /dev/null +++ b/news/ci.rst @@ -0,0 +1,23 @@ +**Added:** + +* no news: modification on CI workflow + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*