Skip to content

Commit 4b2ca35

Browse files
authored
Merge pull request #112 from Tieqiong/wftypo
fix: typo in pr test workflow file
2 parents 154c87a + 3b75f60 commit 4b2ca35

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
uses: Billingegroup/release-scripts/.github/workflows/_tests-on-pr.yml@v0
1313
with:
1414
project: diffpy.pdffi2
15-
c_extension: false
16-
headless: true
15+
c_extension: true
16+
headless: false
1717
python_version: 3.12
1818
secrets:
1919
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

news/wftypo.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)