We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d64525 commit 928cdc6Copy full SHA for 928cdc6
3 files changed
.github/workflows/matrix-and-codecov-on-merge-to-main.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install diffpy.labpdfproc and requirements
46
run: |
47
- conda install --file requirements/test.txt
+ conda install --file requirements/tests.txt
48
conda install --file requirements/conda.txt
49
pip install gooey
50
python -m pip install . --no-deps
.github/workflows/tests-on-pr.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
news/applymud.rst
@@ -4,7 +4,7 @@
4
5
**Changed:**
6
7
-* <news item>
+* GitHub workflows for renamed test file.
8
9
**Deprecated:**
10
0 commit comments