Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petronny committed Jun 15, 2024
1 parent 08b3659 commit 7046041
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: JinnLynn/genpac
path: genpac
Expand All @@ -34,7 +34,6 @@ jobs:

- run: |
cd genpac
sed 's/from collections import Callable/from collections.abc import Callable/g' -i $(grep 'from collections import Callable' . -rIl)
sudo python3 setup.py install
- name: Update
Expand Down

0 comments on commit 7046041

Please sign in to comment.