Skip to content

Commit

Permalink
Update container build action.
Browse files Browse the repository at this point in the history
  • Loading branch information
mareuter committed Mar 14, 2024
1 parent a1c797e commit 0233b92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Build package with deps
run: |
python -m pip install --upgrade pip
pip wheel --wheel-dir wheel --editable .
- name: Docker meta
id: meta
Expand Down

0 comments on commit 0233b92

Please sign in to comment.