Skip to content

Commit ce71692

Browse files
authored
Add channels explicitely in github action (#3429)
1 parent 66201c4 commit ce71692

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/binaries-nightly-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
miniconda-version: "latest"
1919
python-version: "3.10"
20+
channels: defaults,pytorch-nightly
2021

2122
- name: Setup nightly version
2223
run: |

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ coverage.xml
4545
.venv/
4646
.python-version
4747
conda_build/
48+
49+
.neptune/
50+
pytest.ini

0 commit comments

Comments
 (0)