Skip to content

Commit

Permalink
#7063: Add an irrelevant library
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Apr 4, 2024
1 parent 36231b2 commit c98c4e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
tt_metal/python_env/requirements-dev.txt
pyproject.toml
install-cmd: make python_env/dev PYTHON_ENV=./python_env -B
- if: ${{ steps.venv.outputs.cache-hit == 'true' }}
name: List the state of Python modules
continue-on-error: true
- name: List the state of Python modules
run: pip freeze
- name: Run pre/post regression tests
timeout-minutes: 15
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
id: venv
with:
python-version: 3.8
venv-dir: ./python_env
venv-dir: ~/python_env
cache-dependency-path: |
tt_metal/python_env/requirements-dev.txt
pyproject.toml
install-cmd: make python_env/dev PYTHON_ENV=./python_env -B
- name: List the state of Python modules
run: pip freeze
- name: Build tt-metal and libs
run: |
make build PYTHON_ENV=./python_env
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"pandas==1.5.3",
"plotly==5.13.0",
"seaborn==0.12.2",
"Django==5.0.4",

# gdb
"rich==13.3.3",
Expand Down

0 comments on commit c98c4e7

Please sign in to comment.