Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 30, 2020
1 parent cfbe493 commit 41151a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
miniconda-version: 'latest'
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
# activate-environment: ci-torch
activate-environment: pl-env
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!

# TODO: add conda/pip caching
Expand Down
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# This is Conda environment file
# Usage: `conda env update -f environment.yml`

name:
pl-env

channels:
- conda-forge
- pytorch
Expand Down

0 comments on commit 41151a1

Please sign in to comment.