Skip to content

Commit

Permalink
fix: support pep 668
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Oct 15, 2024
1 parent 2757c65 commit 21156cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,15 @@ inputs:
runs:
using: "composite"
steps:
- name: Install used-by
- 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
pip install git+https://github.com/shenxianpeng/used-by.git@main
- name: Run used-by
id: used-by
shell: bash
run: |
used-by \
--repo="${{ inputs.repo }}" \
--file-path="${{ inputs.file-path }}" \
Expand Down

0 comments on commit 21156cd

Please # to comment.