Skip to content

Commit

Permalink
Change back to using the ./python_env name of the env
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Apr 4, 2024
1 parent 3f05f0f commit 7d7c07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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
Expand Down

0 comments on commit 7d7c07a

Please sign in to comment.