Skip to content

Commit

Permalink
Install poetry with snok/install-poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwelty committed Apr 17, 2024
1 parent d00331a commit dd664d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
auto-activate-base: true
auto-update-conda: true
channels: conda-forge
- name: Install poetry and export requirements
- name: Install poetry
uses: snok/install-poetry@v1
- name: Export poetry requirements
shell: bash -l {0}
run: |
conda install -y poetry=1.1.3
poetry export -o requirements.txt --without-hashes
poetry export -o constraints.txt --dev --without-hashes
- name: Create test conda environment
Expand Down

0 comments on commit dd664d7

Please sign in to comment.