From a880db6c539ca73a52e53b1cee909ab143b9cdd4 Mon Sep 17 00:00:00 2001 From: jiahangxu Date: Fri, 23 Jul 2021 17:46:56 +0800 Subject: [PATCH] change another cmd to setup nn-meter --- .github/workflows/integration-test-with-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test-with-conda.yml b/.github/workflows/integration-test-with-conda.yml index b9c8a33..7bdc35a 100644 --- a/.github/workflows/integration-test-with-conda.yml +++ b/.github/workflows/integration-test-with-conda.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | # install nn-meter - pip install . + python setup.py install # install aditional dependencies for testing pip install -r tests/requirements.txt - name: Lint with flake8