Skip to content

Commit

Permalink
Add poetry-export for MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jan 7, 2025
1 parent 84e340e commit c3757b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Explicitly use universal versions
run: |
# Export exact versions
pipx inject poetry poetry-plugin-export
poetry export --without-hashes > requirements.txt
grep cryptography requirements.txt > cryptography.txt
grep cffi requirements.txt > source-reqs.txt
Expand Down

0 comments on commit c3757b5

Please sign in to comment.