Skip to content

Commit

Permalink
generate requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
danielx committed Nov 13, 2022
1 parent 3922b07 commit b4ae179
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: Generate requirements.txt
run: |
python -m pip install --upgrade pipenv
pipenv requirements > requirements.txt
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down

0 comments on commit b4ae179

Please sign in to comment.