Skip to content

Commit

Permalink
specify path
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-vaish committed Jun 15, 2024
1 parent 98e90da commit 5487b64
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install --python /opt/hostedtoolcache/Python/3.10.14/x64
env:
PIPENV_VENV_IN_PROJECT: "true"

- name: Set PIPENV_PYTHON
run: echo "PIPENV_PYTHON=$(python -c 'import sys; print(sys.executable)')" >> $GITHUB_ENV
pipenv install

- name: execute py script # run main.py
env:
Expand Down

0 comments on commit 5487b64

Please sign in to comment.