Skip to content

Commit

Permalink
setup multiple versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Aug 31, 2024
1 parent 8475e3e commit b75547e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pex-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: actions/setup-python@v5
with:
cache: 'pip'
python-version: |
3.10
3.11
3.12
- name: Install libraries dependencies
run: |
poetry export --without-hashes --format=requirements.txt > requirements.txt
Expand Down

0 comments on commit b75547e

Please sign in to comment.