Skip to content

Commit

Permalink
chore: include poetry.lock for caching
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 committed Oct 1, 2024
1 parent 251a793 commit 83efb97
Show file tree
Hide file tree
Showing 3 changed files with 1,772 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
python-version-file: "pyproject.toml"
cache: "poetry"

- name: Install dependencies
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,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
Loading

0 comments on commit 83efb97

Please sign in to comment.