Skip to content

Commit

Permalink
change req.txt git action to no longer generate a lock file.
Browse files Browse the repository at this point in the history
The lock file used by the user code image is checked in and should be what we are generating the req.txt from.
  • Loading branch information
bahill committed Oct 20, 2023
1 parent 28b7fee commit effd4f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-requirements-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
installer-parallel: true

#This is important since a lock file is required for the next step
- name: Generate a lock file
run: poetry lock --no-interaction
working-directory: ${{ github.workspace }}/orchestration
# - name: Generate a lock file
# run: poetry lock --no-interaction --no-update
# working-directory: ${{ github.workspace }}/orchestration


- name: Generate requirements.txt
Expand Down

0 comments on commit effd4f7

Please sign in to comment.