Skip to content

Commit

Permalink
trying to make pip installable in edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ELGarulli committed Aug 28, 2024
1 parent 1234c87 commit 8268ad5
Show file tree
Hide file tree
Showing 60 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ jobs:
- name: Install dependencies
run: python -m pip install pytest .

- name: Install the package
run: |
pip install -e .
- name: Run tests
run: pytest
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
Empty file added tests/utils/neural/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit 8268ad5

Please sign in to comment.