Skip to content

Commit

Permalink
Merge pull request #130 from FlorianPfaff/poetrylock
Browse files Browse the repository at this point in the history
Now using poetry.lock
  • Loading branch information
FlorianPfaff authored Jul 28, 2023
2 parents 0f98a86 + 9ab8d06 commit f219bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: python -m pip install --upgrade poetry

- name: Install project dependencies
run: poetry install
run: poetry update

- name: Update requirements.txt
run: poetry export --format requirements.txt --output requirements.txt --extras healpy_support --without-hashes
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ipython_config.py
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
poetry.lock
# poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
Expand Down

0 comments on commit f219bbb

Please sign in to comment.