Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 17, 2023
1 parent 8910264 commit 248df92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
- name: Export poetry requirements as txt and tweak for Azure
run: |
poetry export -f requirements.txt -o requirements.txt --without-hashes
#poetry export -f requirements.txt -o requirements.txt --without-hashes
# add self-install to end of requirements file
sh -c 'echo "." >> requirements.txt'
#sh -c 'echo "." >> requirements.txt'
# copy app file so it is available as app:app
cp src/PASCal/app.py .
ls -al
- name: Upload artifact for deployment
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 248df92

Please sign in to comment.