Skip to content

Commit 928cdc6

Browse files
fix: update workflows for renamed test file
1 parent 4d64525 commit 928cdc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/matrix-and-codecov-on-merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Install diffpy.labpdfproc and requirements
4646
run: |
47-
conda install --file requirements/test.txt
47+
conda install --file requirements/tests.txt
4848
conda install --file requirements/conda.txt
4949
pip install gooey
5050
python -m pip install . --no-deps

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Install diffpy.labpdfproc and requirements
3636
run: |
37-
conda install --file requirements/test.txt
37+
conda install --file requirements/tests.txt
3838
conda install --file requirements/conda.txt
3939
pip install gooey
4040
python -m pip install . --no-deps

news/applymud.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Changed:**
66

7-
* <news item>
7+
* GitHub workflows for renamed test file.
88

99
**Deprecated:**
1010

0 commit comments

Comments
 (0)