Skip to content

Commit

Permalink
chore: import pkg in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bagjohn committed Dec 18, 2024
1 parent 93d79ab commit b8a4d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Install Dependencies
run: poetry install
shell: bash
# - name: Import the package
# run: import larvaworld
# shell: python
- name: Import the package
run: poetry run python -c "import larvaworld"
shell: bash
- name: Test with Pytest
run: poetry run pytest
shell: bash
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ typing-extensions = "4.12.*"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
cli-test-helpers = "^4.0.0"

[tool.poetry.group.nengo]
optional = false
Expand Down

0 comments on commit b8a4d3c

Please sign in to comment.