Skip to content

Commit 6401859

Browse files
committed
name
1 parent cfbe493 commit 6401859

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pt-testing.yml .github/workflows/pt-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
miniconda-version: 'latest'
5656
python-version: ${{ matrix.python-version }}
5757
environment-file: environment.yml
58-
# activate-environment: ci-torch
58+
activate-environment: pl-env
5959
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
6060

6161
# TODO: add conda/pip caching

environment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This is Conda environment file
22
# Usage: `conda env update -f environment.yml`
33

4+
name:
5+
pl-env
6+
47
channels:
58
- conda-forge
69
- pytorch

0 commit comments

Comments
 (0)