Skip to content

Commit

Permalink
type added in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanHazineh committed Apr 12, 2024
1 parent 086f3a8 commit 4b53fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ install_requires =
gdspy
mat73
omegaconf
natsortpip
natsort

0 comments on commit 4b53fd1

Please sign in to comment.