Skip to content

Commit

Permalink
Troubleshooting pip + pyproject env install via github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbhagatio committed Aug 28, 2023
1 parent 4b935de commit baec063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_env_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
python -c "import aeon"
pip list
.venv/bin/python -c "import aeon"
build_env_run_tests: # checks for building env using mamba and runs codebase checks and tests
name: Build env and run tests on ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"dotmap",
"fastparquet",
"graphviz",
"importlib_metadata",
"ipykernel",
"jupyter",
"jupyterlab",
Expand Down

0 comments on commit baec063

Please sign in to comment.