Skip to content

Commit

Permalink
pipy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Oct 13, 2023
1 parent b375f70 commit b242e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@master
with:
ls fetch-depth: 0
fetch-depth: 0

- name: Set up Python 3.7
uses: actions/setup-python@v1
Expand All @@ -42,7 +42,7 @@ jobs:
python-version: 3.8

- uses: actions/download-artifact@master
with:ls
with:
name: linux-wheel
path: dist

Expand Down

0 comments on commit b242e0e

Please sign in to comment.