Skip to content

Commit

Permalink
fix: dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevypants committed May 20, 2024
1 parent 3a699da commit f75066d
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 f75066d

Please sign in to comment.