Skip to content

Commit

Permalink
env not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnvx committed Mar 8, 2024
1 parent bd942bf commit c55ff7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v2
with:
key: python-${{ steps.setup-python.outputs.python-version }}-poetry-lock-${{ hashFiles('poetry.lock') }}-toml-${{ hashFiles('pyproject.toml') }}-poetry-1.4.2
path: /home/runner/.cache/pypoetry/virtualenvs/
path: ./.venv

- name: Install dependencies
if: steps.cache-venv.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/cache@v2
with:
key: python-${{ steps.setup-python.outputs.python-version }}-poetry-lock-${{ hashFiles('poetry.lock') }}-toml-${{ hashFiles('pyproject.toml') }}
path: /home/runner/.cache/pypoetry/virtualenvs/
path: ./.venv

- name: Install dependencies
if: steps.cache-venv.outputs.cache-hit != 'true'
Expand Down

0 comments on commit c55ff7d

Please sign in to comment.