Skip to content

Commit

Permalink
Windows cache working, but doesn't seem to save any time :/
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Dec 14, 2023
1 parent 5d95a67 commit d7ef95b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Expand Up @@ -130,8 +130,8 @@ jobs:
shell: powershell.exe
steps:
- checkout
- restore_cache:
key: &pyenv-win-cache pyenv-cache-{{ arch }}-<< parameters.python-version >>-{{ .Branch }}-{{ checksum ".circleci/config.yml" }}-{{ checksum "poetry.lock" }}
# - restore_cache:
# key: &pyenv-win-cache pyenv-cache-{{ arch }}-<< parameters.python-version >>-{{ .Branch }}-{{ checksum ".circleci/config.yml" }}-{{ checksum "poetry.lock" }}
- run:
name: Install pyenv-win
command: |
Expand Down Expand Up @@ -179,11 +179,11 @@ jobs:
command: |
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"; RefreshEnv
pyenv exec python -m pip install -U coverage
- save_cache:
key: *pyenv-win-cache
paths:
- "C:/Users/circleci/.pyenv"
- "C:/Users/circleci/AppData/Local/pypoetry/Cache/virtualenvs"
# - save_cache:
# key: *pyenv-win-cache
# paths:
# - "C:/Users/circleci/.pyenv"
# - "C:/Users/circleci/AppData/Local/pypoetry/Cache/virtualenvs"
- run:
name: Poetry build
command: |
Expand Down

0 comments on commit d7ef95b

Please sign in to comment.