Skip to content

Commit

Permalink
Merge pull request #13 from Trevypants/develop
Browse files Browse the repository at this point in the history
fix: dependency fix
  • Loading branch information
Trevypants authored May 20, 2024
2 parents 0b76fe8 + f75066d commit 28a9f9e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,6 @@ jobs:
python -m pip install -U pip poetry
poetry --version
#----------------------------------
# ----- load cached venv -----
#----------------------------------
- name: Load cached venv
id: cached-pip-wheels
uses: actions/cache@v3
with:
path: ~/.cache
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

#----------------------------------------------
# ------------ install deps ------------
#----------------------------------------------
- name: Install dependencies
run: |
poetry install --no-interaction
#------------------------------------------------
# ------------ build and publish ------------
#------------------------------------------------
Expand Down

0 comments on commit 28a9f9e

Please sign in to comment.