Skip to content

Commit

Permalink
Update test_deploy_conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mese79 authored Nov 8, 2024
1 parent f2325c9 commit 7cd8eb4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/test_deploy_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,20 @@ jobs:
with:
auto-update-conda: true
auto-activate-base: true
activate-environment: ff
# activate-environment: ff
python-version: ${{ matrix.python-version }}
channels: pytorch, conda-forge, defaults
# channels: pytorch, conda-forge, defaults
channel-priority: true
use-only-tar-bz2: true
environment-file: env_cpu.yml
#environment-file: env_cpu.yml

- name: Conda info
run: conda info

- name: Jupyter
run: conda install jupyterlab
- name: Setup
run: conda env create --name ff --file env_cpu.yml

- name: Run Tests
run: |
conda activate ff
conda list

0 comments on commit 7cd8eb4

Please sign in to comment.