even simpler

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-01-26 21:38:08 +01:00
parent 2687f8aad7
commit a485bdbc6b
No known key found for this signature in database

View File

@ -4,7 +4,7 @@
# Code is Apache-2.0 and docs are CC-BY-4.0
name: publish-docker
on: [workflow_dispatch,push]
on: workflow_dispatch
jobs:
audit:
@ -14,22 +14,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install pip-audit
run: pip install --upgrade pip pip-audit
- name: Install dependencies
run: pip install .
- name: Create requirements.txt
run: pip freeze > requirements.txt
- name: Audit dependencies
run: pip-audit
# publish-docker: