Skip to content

Commit

Permalink
Update action.yml to fix PEP 668
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Oct 15, 2024
1 parent 026a25a commit 6ec8d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ runs:
- name: Install and run used-by
shell: bash
run: |
# try to fix https://github.com/pypa/setuptools/issues/3269
python3 -m pip install pip -U
python3 -m venv venv
source venv/bin/activate
# try to fix https://github.com/pypa/setuptools/issues/3269
python3 -m pip install pip -U
pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
used-by \
Expand Down

0 comments on commit 6ec8d77

Please # to comment.