Skip to content

Commit

Permalink
Fix dir typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mareuter committed Mar 15, 2024
1 parent cefdef7 commit f97ce9f
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 f97ce9f

Please sign in to comment.