Skip to content

Commit 8c63991

Browse files
committed
Adding pytorch channel
1 parent a0604bd commit 8c63991

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393

9494
- name: Install pgmpy
9595
run: |
96-
conda install pytorch
97-
conda install cpuonly
96+
conda install -c pytorch pytorch
97+
conda install -c pytorch cpuonly
9898
pip install pgmpy
9999
python -m pgmpy || true
100100
@@ -203,8 +203,8 @@ jobs:
203203
- name: Install package
204204
run: |
205205
pip install -e .
206-
conda install pytorch
207-
conda install cpuonly
206+
conda install -c pytorch pytorch
207+
conda install -c pytorch cpuonly
208208
pip install pgmpy
209209
210210
- name: Test with pytest & coverage

0 commit comments

Comments
 (0)