Skip to content

Commit

Permalink
Merge pull request #18 from mareuter/fix2
Browse files Browse the repository at this point in the history
Fix dir typo.
  • Loading branch information
mareuter authored Mar 15, 2024
2 parents cefdef7 + f97ce9f commit 286e3bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Build package with deps
run: |
python -m pip install --upgrade pip
pip wheel --wheel-dir wheel --editable .
ls
pip wheel --wheel-dir wheels --editable .
- name: Docker meta
id: meta
Expand Down

0 comments on commit 286e3bf

Please sign in to comment.