Skip to content

Commit cd1cc82

Browse files
committed
Remove gooey in conda.txt and install gooey via pip in CI
1 parent a2572da commit cd1cc82

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
sudo apt-get update
4949
sudo apt-get install -y libgtk-3-dev
5050
conda install --file requirements/test.txt
51-
pip install -r requirements/pip.txt
51+
conda install --file requirements/conda.txt
52+
pip install gooey
5253
python -m pip install . --no-deps
5354
5455
- name: Install diffpy.labpdfproc and requirements for non-Linux

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
- name: Install diffpy.labpdfproc and requirements
4141
run: |
4242
conda install --file requirements/test.txt
43-
pip install -r requirements/pip.txt
43+
conda install --file requirements/conda.txt
44+
pip install gooey
4445
python -m pip install . --no-deps
4546
4647

requirements/conda.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ numpy
22
diffpy.utils
33
pandas
44
scipy
5-
gooey

0 commit comments

Comments
 (0)