Commit 16530b7
committed
fix(ci): use setup-python version for pipenv virtualenv
The documentation workflow was failing because pipenv was using
the system Python 3.12 instead of the Python 3.10 installed by
actions/setup-python. This caused an ImportError when pipdeptree
tried to run in the virtualenv with a different Python version.
Fix by explicitly specifying --python to ensure
pipenv creates the virtualenv with the correct Python version.
Fixes #1193
Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>1 parent 6003393 commit 16530b7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments