Skip to content

Update start logging place to ignore overhead before optimization step #68

Update start logging place to ignore overhead before optimization step

Update start logging place to ignore overhead before optimization step #68

Workflow file for this run

name: pytest-conda
# Only run this when the branch changes
on: push
jobs:
create-env:
name: conda
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- name: Create conda environment
uses: conda-incubator/setup-miniconda@v2
with:
channels: defaults, conda-forge, pytorch, nvidia
auto-activate-base: false
activate-environment: ci
environment-file: environment.yml
- name: Test with pytest
run: |
pytest tests/