From 4b53fd1858bcc40b898f798e6c86808bb53f3c08 Mon Sep 17 00:00:00 2001 From: Dean Hazineh Date: Thu, 11 Apr 2024 22:06:01 -0400 Subject: [PATCH] type added in setup --- .github/workflows/pytest.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 839c3af..067ede4 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,7 +16,7 @@ jobs: python -m pip install --upgrade pip pip install pytest pytest-cov pip install torch - pip install . + pip install -e . - name: Run pytest suite with coverage run: | diff --git a/setup.cfg b/setup.cfg index 59d4685..8a50083 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,4 +29,4 @@ install_requires = gdspy mat73 omegaconf - natsortpip \ No newline at end of file + natsort \ No newline at end of file