From 9c03f525abbbed356c2bd11cccae7208cc6b6ca3 Mon Sep 17 00:00:00 2001 From: Tieqiong Zhang Date: Wed, 1 Jan 2025 22:19:56 -0500 Subject: [PATCH 1/3] fix failing CI tests --- .github/workflows/tests-on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-on-pr.yml b/.github/workflows/tests-on-pr.yml index 218ec327..5d44ffb1 100644 --- a/.github/workflows/tests-on-pr.yml +++ b/.github/workflows/tests-on-pr.yml @@ -36,7 +36,7 @@ jobs: run: | conda install --file requirements/test.txt conda install wxpython diffpy.utils matplotlib-base - pip install diffpy.pdffit2==1.4.4rc6 + pip install diffpy.pdffit2==1.4.4rc4 python -m pip install . --no-deps - name: Start Xvfb From c242402d9c5bcc0040fb35ace9d407131ab99ad2 Mon Sep 17 00:00:00 2001 From: Tieqiong Zhang Date: Wed, 1 Jan 2025 22:23:35 -0500 Subject: [PATCH 2/3] install gsl --- .github/workflows/tests-on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-on-pr.yml b/.github/workflows/tests-on-pr.yml index 5d44ffb1..09e0c18e 100644 --- a/.github/workflows/tests-on-pr.yml +++ b/.github/workflows/tests-on-pr.yml @@ -35,7 +35,7 @@ jobs: - name: Install diffpy.pdfgui and requirements run: | conda install --file requirements/test.txt - conda install wxpython diffpy.utils matplotlib-base + conda install wxpython diffpy.utils matplotlib-base gsl pip install diffpy.pdffit2==1.4.4rc4 python -m pip install . --no-deps From 1bc095c3c9235d43abb442bebb18abc2a7be29bd Mon Sep 17 00:00:00 2001 From: Tieqiong Zhang Date: Wed, 1 Jan 2025 22:36:01 -0500 Subject: [PATCH 3/3] add news --- news/ci.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/ci.rst 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:** + +*