Skip to content

Commit d8a59fd

Browse files
authored
Merge pull request #1364 from FlorianPfaff/norecreate-poetry
Do not recreate poetry.lcok but only change it according to pyproject…
2 parents 58ebd9d + f61e748 commit d8a59fd

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/update-requirements.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,15 @@ jobs:
5050
- name: Set up Python
5151
uses: actions/setup-python@v6
5252
with:
53-
python-version: "3.10"
54-
55-
- name: Install FFTW
56-
run: sudo apt-get update && sudo apt-get install -y libfftw3-dev
53+
python-version: "3.11"
5754

5855
- name: Install dependencies
5956
run: |
6057
python -m pip install --upgrade poetry
6158
poetry self add poetry-plugin-export
6259
6360
- name: Install project dependencies
64-
run: python -m poetry update
61+
run: python -m poetry lock
6562

6663
- name: Update requirements.txt
6764
run: python -m poetry export --format requirements.txt --output requirements.txt --extras healpy_support --extras pytorch_support --without-hashes

0 commit comments

Comments
 (0)