We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbe493 commit 6401859Copy full SHA for 6401859
.github/workflows/pt-testing.yml .github/workflows/pt-conda.yml
@@ -55,7 +55,7 @@ jobs:
55
miniconda-version: 'latest'
56
python-version: ${{ matrix.python-version }}
57
environment-file: environment.yml
58
- # activate-environment: ci-torch
+ activate-environment: pl-env
59
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
60
61
# TODO: add conda/pip caching
environment.yml
@@ -1,6 +1,9 @@
1
# This is Conda environment file
2
# Usage: `conda env update -f environment.yml`
3
4
+name:
5
+ pl-env
6
+
7
channels:
8
- conda-forge
9
- pytorch
0 commit comments